다음을 통해 공유


루트 클래스: CObject

Most of the classes in the Microsoft Foundation Class (MFC) Library are derived from a single base class at the root of the class hierarchy. CObject provides a number of useful capabilities to all classes derived from it, with very low overhead. For more information about CObject and its capabilities, see Using CObject.

  • CObject
    The ultimate base class of most MFC classes. Supports serializing data and obtaining run-time information about a class.

  • CRuntimeClass
    Structure used to determine the exact class of an object at run time.

참고 항목

개념

클래스 라이브러리 개요