ReactOS 0.4.15-dev-8092-ge0ba2f3
ICorDebugFunction Interface Reference
Inheritance diagram for ICorDebugFunction:
Collaboration diagram for ICorDebugFunction:

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 IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 931 of file cordebug.idl.

Member Function Documentation

◆ CreateBreakpoint()

HRESULT ICorDebugFunction::CreateBreakpoint ( [out] ICorDebugFunctionBreakpoint **  ppBreakpoint)

◆ GetClass()

HRESULT ICorDebugFunction::GetClass ( [out] ICorDebugClass **  ppClass)

◆ GetCurrentVersionNumber()

HRESULT ICorDebugFunction::GetCurrentVersionNumber ( [out] ULONG32 pnCurrentVersion)

◆ GetILCode()

HRESULT ICorDebugFunction::GetILCode ( [out] ICorDebugCode **  ppCode)

◆ GetLocalVarSigToken()

HRESULT ICorDebugFunction::GetLocalVarSigToken ( [out] mdSignature pmdSig)

◆ GetModule()

HRESULT ICorDebugFunction::GetModule ( [out] ICorDebugModule **  ppModule)

◆ GetNativeCode()

HRESULT ICorDebugFunction::GetNativeCode ( [out] ICorDebugCode **  ppCode)

◆ GetToken()

HRESULT ICorDebugFunction::GetToken ( [out] mdMethodDef pMethodDef)

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