Object Class

Supports all classes in the .NET Micro Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Micro Framework; it is the root of the type hierarchy.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
public class Object

Remarks

Programming languages typically do not require a class to declare inheritance from the Object class because the inheritance is implicit.

Because all classes in the .NET Micro Framework are derived from the Object class, every method defined in this class is available for all objects in the system. Note, however, that derived classes can and do override some of these methods.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Object Members
System Namespace