getType method

Type getType (String name, [ String library = null ])
  • Gets object type by its name and library where it is defined.
      • name an object type name.
      • library a library where the type is defined
    • Returns the object type or null is the type wasn't found.