ReactOS 0.4.16-dev-533-gc7d1aa3
|
Public Member Functions | |
HRESULT | GetClass ([out] ICorDebugClass **ppClass) |
HRESULT | GetFieldValue ([in] ICorDebugClass *pClass, [in] mdFieldDef fieldDef, [out] ICorDebugValue **ppValue) |
HRESULT | GetVirtualMethod ([in] mdMemberRef memberRef, [out] ICorDebugFunction **ppFunction) |
HRESULT | GetContext ([out] ICorDebugContext **ppContext) |
HRESULT | IsValueClass ([out] BOOL *pbIsValueClass) |
HRESULT | GetManagedCopy ([out] IUnknown **ppObject) |
HRESULT | SetFromManagedCopy ([in] IUnknown *pObject) |
Public Member Functions inherited from ICorDebugValue | |
HRESULT | GetType ([out] CorElementType *pType) |
HRESULT | GetSize ([out] ULONG32 *pSize) |
HRESULT | GetAddress ([out] CORDB_ADDRESS *pAddress) |
HRESULT | CreateBreakpoint ([out] ICorDebugValueBreakpoint **ppBreakpoint) |
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 975 of file cordebug.idl.
HRESULT ICorDebugObjectValue::GetClass | ( | [out] ICorDebugClass ** | ppClass | ) |
HRESULT ICorDebugObjectValue::GetContext | ( | [out] ICorDebugContext ** | ppContext | ) |
HRESULT ICorDebugObjectValue::GetFieldValue | ( | [in] ICorDebugClass * | pClass, |
[in] mdFieldDef | fieldDef, | ||
[out] ICorDebugValue ** | ppValue | ||
) |
HRESULT ICorDebugObjectValue::GetVirtualMethod | ( | [in] mdMemberRef | memberRef, |
[out] ICorDebugFunction ** | ppFunction | ||
) |