Supports all classes in the NGWS frameworks class hierarchy and provides low-level services to subclasses. This is the ultimate superclass of all classes in the NGWS frameworks; it is the root of the type hierarchy.
Object
[Visual Basic] Public Class Object [C#] public class Object [C++] public __gc class Object [JScript] public class Object
Languages typically do not require a class to declare inheritance from Object-- the inheritance is implicit.
Every method defined in the Object class is available in all of its subclasses and, hence, in all objects in the system. Subclasses can and do override some of these methods, including:
Namespace: System
Assembly: mscorlib.dll