Knowing when my assembly is loaded

  • Thread starter GoogleNewsReaderMan
  • Start date
G

GoogleNewsReaderMan

Is there a way for me to know from within a given assembly when it gets
loaded? If so, how can this be done?

Thanks in advance!
 
N

nick.fletcher

I dont know about getting tthe loaded assembly to report when it gets
loaded but the appdomain class has an assemblyloaded event which fires
whenever a new assembly is loaded - if thats any help

see:ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref2/html/E_System_AppDomain_AssemblyLoad.htm

in the visual studio help

Nick
 

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