|
ReactOS 0.4.16-dev-1946-g52006dd
|


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