ICorDebugProcess::EnumerateAppDomains Method
Enumerates all the application domains in this process.
HRESULT EnumerateAppDomains(
[out] ICorDebugAppDomainEnum **ppAppDomains);
Parameters
- ppAppDomains
[out] A pointer to the address of an ICorDebugAppDomainEnum that is an enumerator for the application domains in this process.
Remarks
This method can be used before the ICorDebugManagedCallback::CreateProcess callback.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0