OutputVar := instance.GetType()
Gets the Type for the for the Class
Returns Instance of MfType Class representing the type of this object
i := new MfInteger(12)Msgbox % i.GetType().ToString() ; displays MfInteger