IManagedObjectInfo interface (comsvcs.h)

Describes the stub for a managed object.

Inheritance

The IManagedObjectInfo interface inherits from the IUnknown interface. IManagedObjectInfo also has these types of members:

Methods

The IManagedObjectInfo interface has these methods.

 
IManagedObjectInfo::GetIObjectControl

Retrieves the IObjectControl interface that is associated with the managed object.
IManagedObjectInfo::GetIUnknown

Retrieves the IUnknown interface that is associated with the managed object.
IManagedObjectInfo::SetInPool

Sets whether the managed object belongs to the COM+ object pool.
IManagedObjectInfo::SetWrapperStrength

Sets whether the managed object holds a strong or a weak reference to the COM+ context.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

GetManagedExtensions

IManagedActivationEvents

IManagedPoolAction

IManagedPooledObj