V
VJ
I will have the path of a DLL i.e C:\Test\Test.dll and a Method name in the
DLL say ExecuteMe(string arg1, int arg2). I want to be able to load the DLL
at run-time and execute this method. I also want to be able to capture the
return value of the Method.
Vijay
DLL say ExecuteMe(string arg1, int arg2). I want to be able to load the DLL
at run-time and execute this method. I also want to be able to capture the
return value of the Method.
Vijay