ReactOS 0.4.16-dev-852-gcfcc8d8
|
Public Member Functions | |
HRESULT | GetModule ([out] ICorDebugModule **ppModule) |
HRESULT | GetClass ([out] ICorDebugClass **ppClass) |
HRESULT | GetToken ([out] mdMethodDef *pMethodDef) |
HRESULT | GetILCode ([out] ICorDebugCode **ppCode) |
HRESULT | GetNativeCode ([out] ICorDebugCode **ppCode) |
HRESULT | CreateBreakpoint ([out] ICorDebugFunctionBreakpoint **ppBreakpoint) |
HRESULT | GetLocalVarSigToken ([out] mdSignature *pmdSig) |
HRESULT | GetCurrentVersionNumber ([out] ULONG32 *pnCurrentVersion) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 931 of file cordebug.idl.
HRESULT ICorDebugFunction::CreateBreakpoint | ( | [out] ICorDebugFunctionBreakpoint ** | ppBreakpoint | ) |
HRESULT ICorDebugFunction::GetClass | ( | [out] ICorDebugClass ** | ppClass | ) |
HRESULT ICorDebugFunction::GetILCode | ( | [out] ICorDebugCode ** | ppCode | ) |
HRESULT ICorDebugFunction::GetLocalVarSigToken | ( | [out] mdSignature * | pmdSig | ) |
HRESULT ICorDebugFunction::GetModule | ( | [out] ICorDebugModule ** | ppModule | ) |
HRESULT ICorDebugFunction::GetNativeCode | ( | [out] ICorDebugCode ** | ppCode | ) |
HRESULT ICorDebugFunction::GetToken | ( | [out] mdMethodDef * | pMethodDef | ) |