all groups > dotnet clr > august 2006 >
You're in the

dotnet clr

group:

Using AssemblyResolve event to resolve all types


Using AssemblyResolve event to resolve all types john conwell
8/22/2006 4:24:03 PM
dotnet clr:
I'd like to find a way to use the AssemblyResolve callback to resolve all
types, not just those that the loader cant find via probing. Is there a way
to short circuit the loader to do this?

The main reason, is this is a great way to implement custom dynamic proxies
without having to go through a factory method every time i create an instance.

Re: Using AssemblyResolve event to resolve all types Greg Young
8/22/2006 9:36:56 PM
Not that I know of (and I have done a bit of research) but I would be very
interested if you can find a way to do this for the same reasons.

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung


[quoted text, click to view]

AddThis Social Bookmark Button