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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -