ICorDebugProcess.SetAllThreadsDebugState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- state
- CorDebugThreadState
- pExceptThisThread
- ICorDebugThread