determine if an assembly is debug or not.

J

Jeremy

I've loaded an assembly using
System.Reflection.AssemblyName.GetAssemblyName(), and I'd like to determine
if the assembly has been built with debugging on or not. Is this possible?
 
J

Jeremy

Thanks!

Unfortunately I could be checking different versions of the same assembly,
and because the load methods load the assembly into the app domain, I get an
error if I try to load the second version of the assembly into the app
domain.
 

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