Edit

Share via


Assembly.ModuleResolve Event

Definition

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

public virtual event System.Reflection.ModuleResolveEventHandler? ModuleResolve;
public virtual event System.Reflection.ModuleResolveEventHandler ModuleResolve;
public event System.Reflection.ModuleResolveEventHandler ModuleResolve;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public virtual event System.Reflection.ModuleResolveEventHandler ModuleResolve;

Event Type

Implements

Attributes

Remarks

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

Applies to