Process wide AssemblyResolve event.

Process wide AssemblyResolve event.

am 18.10.2007 18:46:43 von Bob Bins

I want to be able to capture the AppDomain.AssemblyResolve 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?