Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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