| ~CObject | Virtual destructor. | |
| operator new | Special new operator. | |
| operator delete | Special delete operator. |
| AssertValid | Validates this object's integrity. | |
| Dump | Produces a diagnostic dump of this object. |
| IsSerializable | Tests to see if this object can be serialized. | |
| Serialize | Loads or stores an object from/to an archive. |
| GetRuntimeClass | Returns the CRuntimeClass structure corresponding to this object's class. | |
| IsKindOf | Tests this object's relationship to a given class. | |
| Construct | An internal function that must be public—do not use. |