Is is possible to export functions from a C# DLL like in VS C++?
See the question and my original answer on StackOverflowThere's now an open source package called DNNE aka "Native Exports for .NET" available here: https://github.com/AaronRobinsonMSFT/DNNE
As for today, it' requires .NET6 installed, but it does support exporting .NET Framework 4.8 .dll functions as well.