|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | GetChain ([out] ICorDebugChain **ppChain) |
| HRESULT | GetCode ([out] ICorDebugCode **ppCode) |
| HRESULT | GetFunction ([out] ICorDebugFunction **ppFunction) |
| HRESULT | GetFunctionToken ([out] mdMethodDef *pToken) |
| HRESULT | GetStackRange ([out] CORDB_ADDRESS *pStart, [out] CORDB_ADDRESS *pEnd) |
| HRESULT | GetCaller ([out] ICorDebugFrame **ppFrame) |
| HRESULT | GetCallee ([out] ICorDebugFrame **ppFrame) |
| HRESULT | CreateStepper ([out] ICorDebugStepper **ppStepper) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 724 of file cordebug.idl.
| HRESULT ICorDebugFrame::CreateStepper | ( | [out] ICorDebugStepper ** | ppStepper | ) |
| HRESULT ICorDebugFrame::GetCallee | ( | [out] ICorDebugFrame ** | ppFrame | ) |
| HRESULT ICorDebugFrame::GetCaller | ( | [out] ICorDebugFrame ** | ppFrame | ) |
| HRESULT ICorDebugFrame::GetChain | ( | [out] ICorDebugChain ** | ppChain | ) |
| HRESULT ICorDebugFrame::GetCode | ( | [out] ICorDebugCode ** | ppCode | ) |
| HRESULT ICorDebugFrame::GetFunction | ( | [out] ICorDebugFunction ** | ppFunction | ) |
| HRESULT ICorDebugFrame::GetFunctionToken | ( | [out] mdMethodDef * | pToken | ) |
| HRESULT ICorDebugFrame::GetStackRange | ( | [out] CORDB_ADDRESS * | pStart, |
| [out] CORDB_ADDRESS * | pEnd | ||
| ) |