Hi I am trying to load a c# dll at runtime and call a method in it from managed C++, I am not having much luck
I am trying t use
Assembly::LoadFrom and
System::Type^ typ
typ->InvokeMember
methods.
anyone have sample code in managed C++.
Urgent. Please and thank you.
Indika




Reply With Quote