Public Member Functions |
| 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) |
Definition at line 227 of file cordebug.idl.