|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | Stop ([in] DWORD dwTimeoutIgnored) |
| HRESULT | Continue ([in] BOOL fIsOutOfBand) |
| HRESULT | IsRunning ([out] BOOL *pbRunning) |
| HRESULT | HasQueuedCallbacks ([in] ICorDebugThread *pThread, [out] BOOL *pbQueued) |
| HRESULT | EnumerateThreads ([out] ICorDebugThreadEnum **ppThreads) |
| HRESULT | SetAllThreadsDebugState ([in] CorDebugThreadState state, [in] ICorDebugThread *pExceptThisThread) |
| HRESULT | Detach () |
| HRESULT | Terminate ([in] UINT exitCode) |
| HRESULT | CanCommitChanges ([in] ULONG cSnapshots, [in] ICorDebugEditAndContinueSnapshot *pSnapshots[], [out] ICorDebugErrorInfoEnum **pError) |
| HRESULT | CommitChanges ([in] ULONG cSnapshots, [in] ICorDebugEditAndContinueSnapshot *pSnapshots[], [out] ICorDebugErrorInfoEnum **pError) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 201 of file cordebug.idl.
| HRESULT ICorDebugController::CanCommitChanges | ( | [in] ULONG | cSnapshots, |
| [in] ICorDebugEditAndContinueSnapshot * | pSnapshots[], | ||
| [out] ICorDebugErrorInfoEnum ** | pError | ||
| ) |
| HRESULT ICorDebugController::CommitChanges | ( | [in] ULONG | cSnapshots, |
| [in] ICorDebugEditAndContinueSnapshot * | pSnapshots[], | ||
| [out] ICorDebugErrorInfoEnum ** | pError | ||
| ) |
| HRESULT ICorDebugController::Detach | ( | ) |
| HRESULT ICorDebugController::EnumerateThreads | ( | [out] ICorDebugThreadEnum ** | ppThreads | ) |
| HRESULT ICorDebugController::HasQueuedCallbacks | ( | [in] ICorDebugThread * | pThread, |
| [out] BOOL * | pbQueued | ||
| ) |
| HRESULT ICorDebugController::SetAllThreadsDebugState | ( | [in] CorDebugThreadState | state, |
| [in] ICorDebugThread * | pExceptThisThread | ||
| ) |