|
HRESULT | Breakpoint ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] ICorDebugBreakpoint *pBreakpoint) |
|
HRESULT | StepComplete ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] ICorDebugStepper *pStepper, [in] CorDebugStepReason reason) |
|
HRESULT | Break ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *thread) |
|
HRESULT | Exception ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] BOOL unhandled) |
|
HRESULT | EvalComplete ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] ICorDebugEval *pEval) |
|
HRESULT | EvalException ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] ICorDebugEval *pEval) |
|
HRESULT | CreateProcess ([in] ICorDebugProcess *pProcess) |
|
HRESULT | ExitProcess ([in] ICorDebugProcess *pProcess) |
|
HRESULT | CreateThread ([in] ICorDebugAppDomain *pAppDomain,[in] ICorDebugThread *thread) |
|
HRESULT | ExitThread ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *thread) |
|
HRESULT | LoadModule ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugModule *pModule) |
|
HRESULT | UnloadModule ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugModule *pModule) |
|
HRESULT | LoadClass ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugClass *c) |
|
HRESULT | UnloadClass ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugClass *c) |
|
HRESULT | DebuggerError ([in] ICorDebugProcess *pProcess, [in] HRESULT errorHR, [in] DWORD errorCode) |
|
HRESULT | LogMessage ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] LONG lLevel, [in] WCHAR *pLogSwitchName, [in] WCHAR *pMessage) |
|
HRESULT | LogSwitch ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] LONG lLevel, [in] ULONG ulReason, [in] WCHAR *pLogSwitchName, [in] WCHAR *pParentName) |
|
HRESULT | CreateAppDomain ([in] ICorDebugProcess *pProcess, [in] ICorDebugAppDomain *pAppDomain) |
|
HRESULT | ExitAppDomain ([in] ICorDebugProcess *pProcess, [in] ICorDebugAppDomain *pAppDomain) |
|
HRESULT | LoadAssembly ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugAssembly *pAssembly) |
|
HRESULT | UnloadAssembly ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugAssembly *pAssembly) |
|
HRESULT | ControlCTrap ([in] ICorDebugProcess *pProcess) |
|
HRESULT | NameChange ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread) |
|
HRESULT | UpdateModuleSymbols ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugModule *pModule, [in] IStream *pSymbolStream) |
|
HRESULT | EditAndContinueRemap ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] ICorDebugFunction *pFunction, [in] BOOL fAccurate) |
|
HRESULT | BreakpointSetError ([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] ICorDebugBreakpoint *pBreakpoint, [in] DWORD dwError) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|