_AppDomain.AssemblyLoad 事件

定义

为 COM 对象提供对 AssemblyLoad 事件的版本无关的访问。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 

事件类型

AssemblyLoadEventHandler
属性

注解

请参阅 AppDomain.AssemblyLoad 事件。See the AppDomain.AssemblyLoad event.

适用于