_AppDomain.AssemblyLoad Evento

Definición

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

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