I know I can use dll import + wrapping (managed) to use C++ libraries in C# applications (question link>>) but what\'s opposite? How can I use C# library in my C++ application?
CoreRT allows to compile native libraries for windows, linux and osx x64 platform this avoid to you use an C++ compatible layer.
CoreRT uses NetCore, and NetCore doesn't support C++/CLI.