ReactOS 0.4.15-dev-7918-g2a2556c
ICorDebugClass Interface Reference
Inheritance diagram for ICorDebugClass:
Collaboration diagram for ICorDebugClass:

Public Member Functions

HRESULT GetModule ([out] ICorDebugModule **pModule)
 
HRESULT GetToken ([out] mdTypeDef *pTypeDef)
 
HRESULT GetStaticFieldValue ([in] mdFieldDef fieldDef, [in] ICorDebugFrame *pFrame, [out] ICorDebugValue **ppValue)
 
- 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 901 of file cordebug.idl.

Member Function Documentation

◆ GetModule()

HRESULT ICorDebugClass::GetModule ( [out] ICorDebugModule **  pModule)

◆ GetStaticFieldValue()

HRESULT ICorDebugClass::GetStaticFieldValue ( [in] mdFieldDef  fieldDef,
[in] ICorDebugFrame pFrame,
[out] ICorDebugValue **  ppValue 
)

◆ GetToken()

HRESULT ICorDebugClass::GetToken ( [out] mdTypeDef pTypeDef)

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