How do I call a .NET code from native C++ (unmanaged code)? I want to expose .NET code to my unmanaged (C++) application and then use them. More specifically, I want to call
You can always embed Mono. I have personally done it in two projects so far and it's easy enough. Follow Embedding Mono for more information.