Object Summary System.Object is the root class that all other classes inherit from. Description System.Object is the root class that all other classes inherit from. JS++ uses a "unified type system" whereby all types, including primitive types such as int and bool, inherit from System.Object. All objects inheriting from System.Object are also known as "internal types" (in contrast to the JavaScript "external type(s)"). Methods hashCodeReturns the hash code for the object. Object (Constructor)Constructs a System.Object object. toStringConverts the object to a string. Share HTML | BBCode | Direct Link