|
ReactOS 0.4.16-dev-1946-g52006dd
|


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) |
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 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 | ) |