|
HRESULT | GetProcess ([out] ICorDebugProcess **ppProcess) |
|
HRESULT | EnumerateAssemblies ([out] ICorDebugAssemblyEnum **ppAssemblies) |
|
HRESULT | GetModuleFromMetaDataInterface ([in] IUnknown *pIMetaData, [out] ICorDebugModule **ppModule) |
|
HRESULT | EnumerateBreakpoints ([out] ICorDebugBreakpointEnum **ppBreakpoints) |
|
HRESULT | EnumerateSteppers ([out] ICorDebugStepperEnum **ppSteppers) |
|
HRESULT | IsAttached ([out] BOOL *pbAttached) |
|
HRESULT | GetName ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[]) |
|
HRESULT | GetObject ([out] ICorDebugValue **ppObject) |
|
HRESULT | Attach () |
|
HRESULT | GetID ([out] ULONG32 *pId) |
|
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 256 of file cordebug.idl.