Mono Class Library: Overview

System.Object: Members

The members of System.Object are listed below.

Public Constructors

Constructs a new instance of the object class.

Public Methods

Equals(object) : bool
Determines whether the specified object is equal to the current instance.
static
Equals(object, object) : bool
Determines whether two object references are equal.
Finalize()
Allows a object to perform cleanup operations before the memory allocated for the object is automatically reclaimed.
GetHashCode() : int
Generates a hash code for the current instance.
GetType() : Type
Gets the type of the current instance.
static
ReferenceEquals(object, object) : bool
Determines whether two object references are identical.
ToString() : string
Creates and returns a string representation of the current instance.

Protected Methods

MemberwiseClone() : object
Creates a shallow copy of the current instance.