ICorDebugAppDomain.SetAllThreadsDebugState(CorDebugThreadState, ICorDebugThread) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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);
abstract member SetAllThreadsDebugState : Microsoft.VisualStudio.CorDebugInterop.CorDebugThreadState * Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread -> unit
Public Sub SetAllThreadsDebugState (state As CorDebugThreadState, pExceptThisThread As ICorDebugThread)
Parameter
- state
- CorDebugThreadState
- pExceptThisThread
- ICorDebugThread