reflection - Get application from dll in compact framework 2.0 -
I am trying to write a method for a Compact Framework 2.0 DLL which will return the original application name from DLL is called, but I am struggling to see how I can do this.
Using Reflection I am able to get the written DLL - Any idea how to get the application name?
Thank you
Morris
Want full path:
assembly.GetCallingAssembly (). GetName () Codebase
Comments
Post a Comment