ICorDebugController::SetAllThreadsDebugState メソッド

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

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

パラメーター

  • state
    [入力] デバッグ用のスレッドの状態を指定する CorDebugThreadState 列挙型 列挙型の値。

  • pExceptThisThread
    [入力] デバッグ状態の設定を反映しないスレッドを表す ICorDebugThread インターフェイス オブジェクトへのポインター。 この値が null の場合、反映されないスレッドはありません。

解説

SetAllThreadsDebugState メソッドは、ICorDebugController::EnumerateThreads メソッド を介して非表示になっているスレッドに反映されることがあるため、SetAllThreadsDebugState メソッドで中断されているスレッドは、SetAllThreadsDebugState メソッドで再開する必要があります。

必要条件

プラットフォーム: 「.NET Framework システム要件」を参照

ヘッダー: CorDebug.idl、CorDebug.h

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

参照

参照

ICorDebugController インターフェイス