Assembly name???

S

Serge Calderara

Dear all,

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

thanks
serge
 
J

Jon Skeet

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top