OmegaExtern

Results 5 comments of OmegaExtern

> for example ? :) I don't have any good example where metadata should be preserved, anyway up to you.. It is not hard to do.

> only with ? Well, this is new. Can you be more specific, what's your question? > what IL Assembler from your settings ? I have used Direct-Mod... I don't...

> What name the Dllexport should set as export-functions for first and second C# method by default ? Their mangled names ;) Edit: Just like C++ does it. Read [wiki](https://en.wikipedia.org/wiki/Name_mangling)....

> it's not related for source code. See my previous comment (made 2nd edit). > without DllExport or REGXWILD_API above it can be problem for some cases Again, then it...

To my understanding. There are a couple of articles about this: [UnmanagedExports](https://www.nuget.org/packages/UnmanagedExports) [Managed Methods as Unmanaged Exports](http://flylib.com/books/en/2.663.1.116/1/) [Export Managed Code as Unmanaged](http://www.c-sharpcorner.com/UploadFile/JTeeuwen/ExportManagedCodeasUnmanaged11262005051206AM/ExportManagedCodeasUnmanaged.aspx) [Unmanaged Exports for .NET](https://github.com/OmegaExtern/Unmanaged-Exports-for-.NET)