IManagedObject Interface
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: See .NET Framework System Requirements.
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0