ICorDebugAppDomain::GetObject Method
.NET Framework 4.5
Gets an interface pointer to the common language runtime (CLR) application domain.
HRESULT GetObject (
[out] ICorDebugValue **ppObject
);
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