Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Gets an interface pointer to the common language runtime (CLR) application domain.
Syntax
HRESULT GetObject (
[out] ICorDebugValue **ppObject
);
Parameters
ppObject
[out] A pointer to the address of an ICorDebugValue interface object that represents the CLR application domain.
Return Value
If a managed System.AppDomain object hasn't been constructed for this application domain, the method returns S_FALSE and places NULL in *ppObject.
Remarks
Each application domain in a process may have a managed System.AppDomain object in the runtime that represents it. This function gets an ICorDebugValue interface object that corresponds to this managed System.AppDomain object.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5