共用方式為


ICorDebugController::SetAllThreadsDebugState 方法

設定進程中所有 Managed 線程的偵錯狀態。

語法

HRESULT SetAllThreadsDebugState (
    [in] CorDebugThreadState  state,
    [in] ICorDebugThread      *pExceptThisThread
);

參數

state [in]指定線程狀態以進行偵錯的 「CorDebugThreadState」 列舉值。

pExceptThisThread [in]“ICorDebugThread” 物件的指標,代表要豁免偵錯狀態設定的線程。 如果此值為 null,則不會豁免任何線程。

備註

SetAllThreadsDebugState方法可能會影響透過 EnumerateThreads 方法看不到的線程,因此使用 方法暫停SetAllThreadsDebugState的線程必須使用 方法繼續SetAllThreadsDebugState

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 1.0 起提供

另請參閱