_AppDomain.AssemblyLoad Evento

Definición

Proporciona objetos COM con acceso independiente de la versión al AssemblyLoad evento.

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 

Tipo de evento

Atributos

Comentarios

Vea el AppDomain.AssemblyLoad evento .

Se aplica a