CObject::GetRuntimeClass

Call this member function to retrieve a pointer to the CRuntimeClass structure corresponding to this object's class. There is one CRuntimeClass structure for each CObject-derived class.

Syntax

virtual CRuntimeClass* GetRuntimeClass( ) const;

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObject Overview, CObject Member Functions, Classes Derived from CObject, CObject::IsKindOf