次の方法で共有


ICorDebugController::SetAllThreadsDebugState メソッド

プロセス内のすべてのマネージド スレッドのデバッグ状態を設定します。

構文

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 以降で使用可能

関連項目