System.AppDomain.AssemblyLoad Event

Occurs when an assembly is loaded.

Syntax

public event AssemblyLoadEventHandler AssemblyLoad

Remarks

The AssemblyLoadEventHandler delegate for this event indicates what assembly was loaded.

To register an event handler for this event, you must have the required permissions, or a System.Security.SecurityException is thrown.

For more information about handling events, see Events Overview.

Requirements

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