System::Object::GetType method

Object::GetType method

Gets actual type of object. Analog of C# System.Object.GetType() call.

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

ReturnValue

TypeInfo object which describes final type.

See Also