[ Team LiB ] Previous Section Next Section

ModuleResolveEventHandlerserializable

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( )

    [ Team LiB ] Previous Section Next Section