ReactOS 0.4.15-dev-7934-g1dc8d80
ICorDebugAssembly Interface Reference
Inheritance diagram for ICorDebugAssembly:
Collaboration diagram for ICorDebugAssembly:

Public Member Functions

HRESULT GetProcess ([out] ICorDebugProcess **ppProcess)
 
HRESULT GetAppDomain ([out] ICorDebugAppDomain **ppAppDomain)
 
HRESULT EnumerateModules ([out] ICorDebugModuleEnum **ppModules)
 
HRESULT GetCodeBase ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[])
 
HRESULT GetName ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[])
 
- 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 915 of file cordebug.idl.

Member Function Documentation

◆ EnumerateModules()

HRESULT ICorDebugAssembly::EnumerateModules ( [out] ICorDebugModuleEnum **  ppModules)

◆ GetAppDomain()

HRESULT ICorDebugAssembly::GetAppDomain ( [out] ICorDebugAppDomain **  ppAppDomain)

◆ GetCodeBase()

HRESULT ICorDebugAssembly::GetCodeBase ( [in] ULONG32  cchName,
[out] ULONG32 pcchName,
[out] WCHAR  szName[] 
)

◆ GetName()

HRESULT ICorDebugAssembly::GetName ( [in] ULONG32  cchName,
[out] ULONG32 pcchName,
[out] WCHAR  szName[] 
)

◆ GetProcess()

HRESULT ICorDebugAssembly::GetProcess ( [out] ICorDebugProcess **  ppProcess)

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