ICorDebugAppDomain.SetAllThreadsDebugState(CorDebugThreadState, ICorDebugThread) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- state
- CorDebugThreadState
- pExceptThisThread
- ICorDebugThread