Gets the Type of the current instance.
public: Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type
Thank you.