Get Applicationname from an Assembly

  • Thread starter Thread starter Andreas Möller
  • Start date Start date
A

Andreas Möller

Hello NG,

i have a problem. I have to get applicationname out of an assembly, which
start and use the assembly.

System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase;

give me only the full name of assembly but not full name of application.

Can anybody help me?

Greetings

Andreas Möller
 
Back
Top