|
HRESULT | GetProcess ([out] ICorDebugProcess **ppProcess) |
|
HRESULT | GetBaseAddress ([out] CORDB_ADDRESS *pAddress) |
|
HRESULT | GetAssembly ([out] ICorDebugAssembly **ppAssembly) |
|
HRESULT | GetName ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[]) |
|
HRESULT | EnableJITDebugging ([in] BOOL bTrackJITInfo, [in] BOOL bAllowJitOpts) |
|
HRESULT | EnableClassLoadCallbacks ([in] BOOL bClassLoadCallbacks) |
|
HRESULT | GetFunctionFromToken ([in] mdMethodDef methodDef, [out] ICorDebugFunction **ppFunction) |
|
HRESULT | GetFunctionFromRVA ([in] CORDB_ADDRESS rva, [out] ICorDebugFunction **ppFunction) |
|
HRESULT | GetClassFromToken ([in] mdTypeDef typeDef, [out] ICorDebugClass **ppClass) |
|
HRESULT | CreateBreakpoint ([out] ICorDebugModuleBreakpoint **ppBreakpoint) |
|
HRESULT | GetEditAndContinueSnapshot ([out] ICorDebugEditAndContinueSnapshot **ppEditAndContinueSnapshot) |
|
HRESULT | GetMetaDataInterface ([in] REFIID riid, [out] IUnknown **ppObj) |
|
HRESULT | GetToken ([out] mdModule *pToken) |
|
HRESULT | IsDynamic ([out] BOOL *pDynamic) |
|
HRESULT | GetGlobalVariableValue ([in] mdFieldDef fieldDef, [out] ICorDebugValue **ppValue) |
|
HRESULT | GetSize ([out] ULONG32 *pcBytes) |
|
HRESULT | IsInMemory ([out] BOOL *pInMemory) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 874 of file cordebug.idl.