I have a C++ DLL which just exports a single function that returns a pointer to a class and I want to be able to use that class in C# so I need to make a C++/CLI wrapper. I've seen examples which...