Mono Class Library: OverviewSystem.Object: Method Members |
The methods of System.Object are listed below. For a list of all members, see the Object Members list.
Equals(object) : bool Determines whether the specified object is equal to the current instance. staticEquals(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. staticReferenceEquals(object, object) : bool Determines whether two object references are identical.ToString() : string Creates and returns a string representation of the current instance.
MemberwiseClone() : object Creates a shallow copy of the current instance.