_AppDomain.ProcessExit 事件

定义

为 COM 对象提供对 ProcessExit 事件的版本无关的访问。Provides COM objects with version-independent access to the ProcessExit event.

public:
 event EventHandler ^ ProcessExit;
event EventHandler ProcessExit;
member this.ProcessExit : EventHandler 
Event ProcessExit As EventHandler 

事件类型

EventHandler

注解

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

适用于