ICorDebugProcess::EnumerateAppDomains Method

Enumerates all the application domains in this process.

HRESULT EnumerateAppDomains(
    [out] ICorDebugAppDomainEnum **ppAppDomains);

Parameters

Parameter Description

ppAppDomains

[out] A pointer to the address of an ICorDebugAppDomainEnum Interface that is an enumerator for the application domains in this process.

Remarks

This method can be used before the ICorDebugManagedCallback::CreateProcess Method callback.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugProcess Interface
ICorDebugProcess2 Interface