共用方式為


ICorDebugController::Terminate 方法

更新:2007 年 11 月

以指定的結束代碼 (Exit Code) 終止處理序。

注意事項:

這個方法是 Win32 TerminateProcess 函式的包裝函式。因此,Terminate 在使用結束代碼時,其方式與 Win32 TerminateProcess 函式使用結束代碼的方式相同。

HRESULT Terminate (
    [in] UINT exitCode
);

參數

  • exitCode
    [in] 本身為結束代碼的數值。會在 Winbase.h 中定義有效的數值。

備註

如果在呼叫 Terminate 時停止處理序,便應該使用 ICorDebugController::Continue 方法以繼續執行處理序,如此可讓偵錯工具透過 ICorDebugManagedCallback::ExitProcessICorDebugManagedCallback::ExitAppDomain 回呼,接收終止確認。

注意事項:

這個方法尚未由應用程式定義域所實作。也就是,未在 AppDomain 層級實作。

需求

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

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

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

請參閱

參考

ICorDebugController