ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.28k stars 121 forks source link

Remove ikvm.lang.DllExport #474

Closed wasabii closed 9 months ago

wasabii commented 10 months ago

Annotation that can be placed on a method to export a native unmanaged function stub for native applications to invoke. Lots of stuff to maintain. Has hard coded stubs. Not used by anybody I could imagine. Alternatives exist.