共用方式為


ICorDebugManagedCallback::ExitProcess 方法

通知調試程式進程已結束。

語法

HRESULT ExitProcess (
    [in] ICorDebugProcess *pProcess
);

參數

pProcess [in]代表進程的 ICorDebugProcess 物件的指標。

備註

您無法從 ExitProcess 事件繼續。 當進程似乎停止時,此事件可能會以異步方式引發至其他事件。 如果進程在停止時終止,通常是因為某些外部強制而終止,就會發生這種情況。

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

事件 ExitProcess 是唯一保證在關機時呼叫的結束/卸除事件。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 1.0 起提供

另請參閱