This topic has not yet been rated - Rate this topic

ICorDebugAppDomain::GetObject Method

Gets an interface pointer to the common language runtime (CLR) application domain.

HRESULT GetObject (
    [out] ICorDebugValue   **ppObject
);
ppObject

[out] A pointer to the address of an ICorDebugValue interface object that represents the CLR application domain.

If a managed AppDomain object hasn't been constructed for this application domain, the method returns S_FALSE and places NULL in *ppObject.

Each application domain in a process may have a managed AppDomain object in the runtime that represents it. This function gets an ICorDebugValue interface object that corresponds to this managed AppDomain object.

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4.5

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.