共用方式為


ICorDebugManagedCallback::ExitThread 方法

通知調試程式執行 Managed 程式代碼的線程已結束。

語法

HRESULT ExitThread (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread    *thread
);

參數

pAppDomain [in]ICorDebugAppDomain 物件的指標,代表包含Managed線程的應用程式域。

thread [in]代表Managed線程之ICorDebugThread物件的指標。

備註

一旦引發回 ExitThread 呼,線程就不會再出現在線程列舉中。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 1.0 起提供

另請參閱