_AppDomain.AssemblyLoad Event

Definition

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

public:
 event AssemblyLoadEventHandler ^ AssemblyLoad;
event AssemblyLoadEventHandler AssemblyLoad;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
event AssemblyLoadEventHandler AssemblyLoad;
member this.AssemblyLoad : AssemblyLoadEventHandler 
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.AssemblyLoad : AssemblyLoadEventHandler 
Event AssemblyLoad As AssemblyLoadEventHandler 

Event Type

Attributes

Remarks

See the AppDomain.AssemblyLoad event.

Applies to