The IProvideDynamicClassInfo interface provides access to the dynamic type information for an object. Each object has one dynamic type information object throughout its lifetime, regardless of the number of 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 two methods.
Method | Description |
FreezeShape | Freezes the dynamic type information for an object. |
GetDynamicClassInfo | Returns the dynamic type information for an object. |