ModuleResolveEventHandler

ModuleResolveEventHandler serializable

System.Reflection (mscorlib.dll) delegate

This delegate is used as an event handler by Assembly when it cannot resolve a reference to a module that is part of an assembly. One instance in which this might occur is if one resource is not present.

 public delegate Module  ModuleResolveEventHandler  (object   sender   , ResolveEventArgs   e   ); 

Associated Events

Assembly.ModuleResolve( ) , System.Reflection.Emit.AssemblyBuilder.ModuleResolve( )



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