Gets the Type of the Object.
[Visual Basic] Public Function GetType() As Type [C#] public Type GetType(); [C++] public: Type* GetType(); [JScript] public function GetType() : Type;
The Type of the Object.
The Type object exposes the metadata associated with the class of the current Object.