_Assembly::ModuleResolve Event

 

Provides COM objects with version-independent access to the ModuleResolve event.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

event ModuleResolveEventHandler^ ModuleResolve {
	void add(ModuleResolveEventHandler^ value);
	void remove(ModuleResolveEventHandler^ value);
}

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

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

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

.NET Framework
Available since 1.1
Return to top
Show: