Process wide AssemblyResolve event.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Bins

    #1

    Process wide AssemblyResolve event.

    I want to be able to capture the AppDomain.Assem blyResolve event for the
    entire process. I can't set it for each appdomain individually because I
    may not even know when one is being created so I need to capture the resolve
    for the entire process.

    Is this possible?



Working...