ResolveEventHandler

ResolveEventHandler serializable

System (mscorlib.dll) delegate

This delegate defines the event handler that can be created to respond to AppDomain.TypeResolve , AppDomain.ResourceResolve , and AppDomain.AssemblyResolve events. These events are raised when the runtime cannot find a type, assembly, or resource. Use this delegate to catch that event, then find and return the assembly that contains the missing type, resource, or assembly.

 public delegate Assembly  ResolveEventHandler  (object   sender   , ResolveEventArgs   args   ); 

Associated Events

AppDomain.{AssemblyResolve( ) , ResourceResolve( ) , TypeResolve( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net