ReactOS 0.4.15-dev-7953-g1f49173
ICorDebugValue Interface Reference
Inheritance diagram for ICorDebugValue:
Collaboration diagram for ICorDebugValue:

Public Member Functions

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 IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 146 of file cordebug.idl.

Member Function Documentation

◆ CreateBreakpoint()

HRESULT ICorDebugValue::CreateBreakpoint ( [out] ICorDebugValueBreakpoint **  ppBreakpoint)

◆ GetAddress()

HRESULT ICorDebugValue::GetAddress ( [out] CORDB_ADDRESS pAddress)

◆ GetSize()

HRESULT ICorDebugValue::GetSize ( [out] ULONG32 pSize)

◆ GetType()

HRESULT ICorDebugValue::GetType ( [out] CorElementType pType)

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