IManagedObject::GetObjectIdentity Method
Gets the identity of this managed object.
HRESULT GetObjectIdentity (
[out] BSTR* pBSTRGUID,
[out] int* AppDomainID,
[out] CCW_PTR pCCW
);
Parameters
pBSTRGUID
[out] A pointer to the GUID of the process in which the object resides.AppDomainID
[out] A pointer to the ID of the object's application domain.pCCW
[out] A pointer to object's index in the COM classic v-table.
Remarks
The identity of a managed object includes process GUID, application domain ID, and the object's index in the COM classic v-table.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Version: 2.0