ReactOS 0.4.16-dev-13-ge2fc578
|
Public Types | |
enum | CorDebugUserState { USER_STOP_REQUESTED = 0x01 , USER_SUSPEND_REQUESTED = 0x02 , USER_BACKGROUND = 0x04 , USER_UNSTARTED = 0x08 , USER_STOPPED = 0x10 , USER_WAIT_SLEEP_JOIN = 0x20 , USER_SUSPENDED = 0x40 , USER_UNSAFE_POINT = 0x80 } |
typedef enum ICorDebugThread::CorDebugUserState | CorDebugUserState |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 160 of file cordebug.idl.
Enumerator | |
---|---|
USER_STOP_REQUESTED | |
USER_SUSPEND_REQUESTED | |
USER_BACKGROUND | |
USER_UNSTARTED | |
USER_STOPPED | |
USER_WAIT_SLEEP_JOIN | |
USER_SUSPENDED | |
USER_UNSAFE_POINT |
Definition at line 169 of file cordebug.idl.
HRESULT ICorDebugThread::ClearCurrentException | ( | ) |
HRESULT ICorDebugThread::CreateEval | ( | [out] ICorDebugEval ** | ppEval | ) |
HRESULT ICorDebugThread::CreateStepper | ( | [out] ICorDebugStepper ** | ppStepper | ) |
HRESULT ICorDebugThread::EnumerateChains | ( | [out] ICorDebugChainEnum ** | ppChains | ) |
HRESULT ICorDebugThread::GetActiveChain | ( | [out] ICorDebugChain ** | ppChain | ) |
HRESULT ICorDebugThread::GetActiveFrame | ( | [out] ICorDebugFrame ** | ppFrame | ) |
HRESULT ICorDebugThread::GetAppDomain | ( | [out] ICorDebugAppDomain ** | ppAppDomain | ) |
HRESULT ICorDebugThread::GetCurrentException | ( | [out] ICorDebugValue ** | ppExceptionObject | ) |
HRESULT ICorDebugThread::GetDebugState | ( | [out] CorDebugThreadState * | pState | ) |
HRESULT ICorDebugThread::GetObject | ( | [out] ICorDebugValue ** | ppObject | ) |
HRESULT ICorDebugThread::GetProcess | ( | [out] ICorDebugProcess ** | ppProcess | ) |
HRESULT ICorDebugThread::GetRegisterSet | ( | [out] ICorDebugRegisterSet ** | ppRegisters | ) |
HRESULT ICorDebugThread::GetUserState | ( | [out] CorDebugUserState * | pState | ) |
HRESULT ICorDebugThread::SetDebugState | ( | [in] CorDebugThreadState | state | ) |