System::Object::GetType 方法

Object::GetType method

获取对象的实际类型。相当于 C# 的 System.Object.GetType() 调用。

virtual const TypeInfo & System::Object::GetType() const

ReturnValue

TypeInfo object which describes final type.

另见