get_type(object)

Package :
lang
Type :
procedure

Return the type of the object, as a string. For standard Icon types, this is the value returned by the type() function. For records, it is the string "record" and for classes it is the string "class".

Source