GetType()

Object::GetType() const method

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

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

Return Value

TypeInfo object which describes final type.

See Also