NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Object Class

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

Remarks

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:

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Object Members | System Namespace