ReactOS 0.4.15-dev-7958-gcd0bb1a
ICorDebugFrame Interface Reference
Inheritance diagram for ICorDebugFrame:
Collaboration diagram for ICorDebugFrame:

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 IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 724 of file cordebug.idl.

Member Function Documentation

◆ CreateStepper()

HRESULT ICorDebugFrame::CreateStepper ( [out] ICorDebugStepper **  ppStepper)

◆ GetCallee()

HRESULT ICorDebugFrame::GetCallee ( [out] ICorDebugFrame **  ppFrame)

◆ GetCaller()

HRESULT ICorDebugFrame::GetCaller ( [out] ICorDebugFrame **  ppFrame)

◆ GetChain()

HRESULT ICorDebugFrame::GetChain ( [out] ICorDebugChain **  ppChain)

◆ GetCode()

HRESULT ICorDebugFrame::GetCode ( [out] ICorDebugCode **  ppCode)

◆ GetFunction()

HRESULT ICorDebugFrame::GetFunction ( [out] ICorDebugFunction **  ppFunction)

◆ GetFunctionToken()

HRESULT ICorDebugFrame::GetFunctionToken ( [out] mdMethodDef pToken)

◆ GetStackRange()

HRESULT ICorDebugFrame::GetStackRange ( [out] CORDB_ADDRESS pStart,
[out] CORDB_ADDRESS pEnd 
)

The documentation for this interface was generated from the following file: