ReactOS 0.4.15-dev-7934-g1dc8d80
ICorDebugProcess Member List

This is the complete list of members for ICorDebugProcess, including all inherited members.

AddRef()IUnknown
CanCommitChanges([in] ULONG cSnapshots, [in] ICorDebugEditAndContinueSnapshot *pSnapshots[], [out] ICorDebugErrorInfoEnum **pError)ICorDebugController
ClearCurrentException([in] DWORD threadID)ICorDebugProcess
CommitChanges([in] ULONG cSnapshots, [in] ICorDebugEditAndContinueSnapshot *pSnapshots[], [out] ICorDebugErrorInfoEnum **pError)ICorDebugController
Continue([in] BOOL fIsOutOfBand)ICorDebugController
Detach()ICorDebugController
EnableLogMessages([in]BOOL fOnOff)ICorDebugProcess
EnumerateAppDomains([out] ICorDebugAppDomainEnum **ppAppDomains)ICorDebugProcess
EnumerateObjects([out] ICorDebugObjectEnum **ppObjects)ICorDebugProcess
EnumerateThreads([out] ICorDebugThreadEnum **ppThreads)ICorDebugController
GetHandle([out] HPROCESS *phProcessHandle)ICorDebugProcess
GetHelperThreadID([out] DWORD *pThreadID)ICorDebugProcess
GetID([out] DWORD *pdwProcessId)ICorDebugProcess
GetObject([out] ICorDebugValue **ppObject)ICorDebugProcess
GetThread([in] DWORD dwThreadId, [out] ICorDebugThread **ppThread)ICorDebugProcess
GetThreadContext([in] DWORD threadID, [in] ULONG32 contextSize, [in, out] BYTE context[])ICorDebugProcess
HasQueuedCallbacks([in] ICorDebugThread *pThread, [out] BOOL *pbQueued)ICorDebugController
IsOSSuspended([in] DWORD threadID, [out] BOOL *pbSuspended)ICorDebugProcess
IsRunning([out] BOOL *pbRunning)ICorDebugController
IsTransitionStub([in] CORDB_ADDRESS address, [out] BOOL *pbTransitionStub)ICorDebugProcess
LPUNKNOWN typedefIUnknown
ModifyLogSwitch([in] WCHAR *pLogSwitchName, [in]LONG lLevel)ICorDebugProcess
QueryInterface([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)IUnknown
ReadMemory([in] CORDB_ADDRESS address, [in] DWORD size, [out] BYTE buffer[], [out] SIZE_T *read)ICorDebugProcess
Release()IUnknown
SetAllThreadsDebugState([in] CorDebugThreadState state, [in] ICorDebugThread *pExceptThisThread)ICorDebugController
SetThreadContext([in] DWORD threadID, [in] ULONG32 contextSize, [in] BYTE context[])ICorDebugProcess
Stop([in] DWORD dwTimeoutIgnored)ICorDebugController
Terminate([in] UINT exitCode)ICorDebugController
ThreadForFiberCookie([in] DWORD fiberCookie, [out] ICorDebugThread **ppThread)ICorDebugProcess
WriteMemory([in] CORDB_ADDRESS address, [in] DWORD size, [in] BYTE buffer[], [out] SIZE_T *written)ICorDebugProcess