UnmanagedExports 1.2.5.18722-debug
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications.
That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++).
The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64.
Hints:
- You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions.
- The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters.
- You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
No packages depend on UnmanagedExports.
- some fixes regarding the creation of .exp, .def and .lib files - changed the nuget scripts to be more resilient - added new nuget CmdLets - You will now get warnings in the nuget package manager when a project's platform target is not x86 or x64. - some refactorings WRT notifications (warnings, etc.)
This package has no dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 1.2.7 | 6 | 12/14/2025 |
| 1.2.6 | 5 | 12/20/2025 |
| 1.2.5.18722-Debug | 8 | 12/14/2025 |
| 1.2.4.23262 | 7 | 12/14/2025 |
| 1.2.3-Beta | 5 | 12/14/2025 |
| 1.2.2.23707 | 6 | 12/21/2025 |
| 1.2.1.28778 | 5 | 12/17/2025 |