I have a C++ class in my 3rd party dll.
If I call Assembly.LoadFrom(), VS throws up an unhandled exception as there is no manifest contained in the module.
I can call global functions using DllImport to get an instance of a certain class.
How do I then call one of its member functions?