Share via


ICorDebugProcess.SetAllThreadsDebugState Method

Definition

public:
 void SetAllThreadsDebugState(Microsoft::VisualStudio::CorDebugInterop::CorDebugThreadState state, Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread ^ pExceptThisThread);
public:
 void SetAllThreadsDebugState(Microsoft::VisualStudio::CorDebugInterop::CorDebugThreadState state, Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread ^ pExceptThisThread);
void SetAllThreadsDebugState(Microsoft::VisualStudio::CorDebugInterop::CorDebugThreadState state, Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread const & pExceptThisThread);
public void SetAllThreadsDebugState (Microsoft.VisualStudio.CorDebugInterop.CorDebugThreadState state, Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread pExceptThisThread);
public void SetAllThreadsDebugState (Microsoft.VisualStudio.CorDebugInterop.CorDebugThreadState state, Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread? pExceptThisThread);
abstract member SetAllThreadsDebugState : Microsoft.VisualStudio.CorDebugInterop.CorDebugThreadState * Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread -> unit
Public Sub SetAllThreadsDebugState (state As CorDebugThreadState, pExceptThisThread As ICorDebugThread)

Parameters

pExceptThisThread
ICorDebugThread

Implements

Applies to