|
| HRESULT | GetID ([out] DWORD *pdwProcessId) |
| |
| HRESULT | GetHandle ([out] HPROCESS *phProcessHandle) |
| |
| HRESULT | GetThread ([in] DWORD dwThreadId, [out] ICorDebugThread **ppThread) |
| |
| HRESULT | EnumerateObjects ([out] ICorDebugObjectEnum **ppObjects) |
| |
| HRESULT | IsTransitionStub ([in] CORDB_ADDRESS address, [out] BOOL *pbTransitionStub) |
| |
| HRESULT | IsOSSuspended ([in] DWORD threadID, [out] BOOL *pbSuspended) |
| |
| HRESULT | GetThreadContext ([in] DWORD threadID, [in] ULONG32 contextSize, [in, out] BYTE context[]) |
| |
| HRESULT | SetThreadContext ([in] DWORD threadID, [in] ULONG32 contextSize, [in] BYTE context[]) |
| |
| HRESULT | ReadMemory ([in] CORDB_ADDRESS address, [in] DWORD size, [out] BYTE buffer[], [out] SIZE_T *read) |
| |
| HRESULT | WriteMemory ([in] CORDB_ADDRESS address, [in] DWORD size, [in] BYTE buffer[], [out] SIZE_T *written) |
| |
| HRESULT | ClearCurrentException ([in] DWORD threadID) |
| |
| HRESULT | EnableLogMessages ([in]BOOL fOnOff) |
| |
| HRESULT | ModifyLogSwitch ([in] WCHAR *pLogSwitchName, [in]LONG lLevel) |
| |
| HRESULT | EnumerateAppDomains ([out] ICorDebugAppDomainEnum **ppAppDomains) |
| |
| HRESULT | GetObject ([out] ICorDebugValue **ppObject) |
| |
| HRESULT | ThreadForFiberCookie ([in] DWORD fiberCookie, [out] ICorDebugThread **ppThread) |
| |
| HRESULT | GetHelperThreadID ([out] DWORD *pThreadID) |
| |
| 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) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 227 of file cordebug.idl.