Assembly name???

  • Thread starter Thread starter Serge Calderara
  • Start date Start date
S

Serge Calderara

Dear all,

What is the way to get the name of the assembly of my
current code execution ?

thanks
serge
 
Serge Calderara said:
What is the way to get the name of the assembly of my
current code execution ?

Assembly.GetExecutingAssembly() gives you the assembly, from which you
can get the name etc.
 
Back
Top