IProvideDynamicClassInfo Interface

The IProvideDynamicClassInfo interface provides access to an object’s dynamic type information.. Each object has one dynamic type information object throughout its lifetime, regardless of any changes to the type information. The type information itself changes while the type information object maintains its identity.

This interface derives from IProvideClassInfo and includes the following two methods:

Method Description
FreezeShape Freezes the dynamic type information for an object.
GetDynamicClassInfo Returns the dynamic type information for an object.