System.Reflection.ModuleResolveEventHandler Delegate

Represents the method that will handle the Assembly.ModuleResolve event of an System.Reflection.Assembly.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public delegate Module ModuleResolveEventHandler (object sender, ResolveEventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

If the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means, this event is raised. The event handler for this delegate must locate and return a module that satisfies the request.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0