System.Reflection.Assembly.ModuleResolve Event

Occurs when the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means.

Syntax

public event ModuleResolveEventHandler ModuleResolve

Remarks

This event gives the callback a chance to find and load the module itself and return it.

Requirements

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