Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides methods for controlling a managed object.
interface IManagedObject : IUnknown {
HRESULT GetSerializedBuffer(
[out] BSTR *pBSTR
);
HRESULT GetObjectIdentity(
[out] BSTR* pBSTRGUID,
[out] int* AppDomainID,
[out] CCW_PTR pCCW
);
};
Methods
Method |
Description |
|---|---|
Gets the identity of this managed object. |
|
Gets the string representation of this managed object. |
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