共用方式為


ICorDebugManagedCallback::ExitProcess 方法

告知偵錯工具,處理序已結束。

HRESULT ExitProcess (
    [in] ICorDebugProcess *pProcess
);

參數

  • pProcess
    [in] ICorDebugProcess 物件的指標,這個物件代表處理序。

備註

您無法從 ExitProcess 事件繼續。 當處理序看起來已停止時,這個事件可能會非同步引發至其他事件。 如果此處理序在停止時結束,可能會發生這種情況,而這通常是由於某些外力因素造成。

如果 Common Language Runtime (CLR) 已分派 Managed 回呼,則此事件會延遲直到該回呼傳回之後。

ExitProcess 事件是保證會在關閉時被呼叫的唯一結束/卸載事件。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebugManagedCallback 介面