System.Object Class
Information   Base Types   Related Resources

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

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • View this type on MSDN
  • View this type on WinFX 247
    Articles (274)Discussions (4866)MembersRotorChanges
    Public Constructors
    public Object()Initializes a new instance of the Object class.Find in Rotor
     
    Public Methods
    public System.Boolean Equals(System.Object obj)Determines whether the specified Object is equal to the current Object.Find in Rotor
    public static System.Boolean Equals(System.Object objA, System.Object objB)Determines whether the specified Object instances are considered equal.Find in Rotor
    public System.Int32 GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.Find in Rotor
    public System.Type GetType()Gets the Type of the current instance.Find in Rotor
    public static System.Boolean ReferenceEquals(System.Object objA, System.Object objB)Determines whether the specified Object instances are the same instance.Find in Rotor
    public System.String ToString()Returns a String that represents the current Object.Find in Rotor
     
    Protected Methods
    protected void Finalize()Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.Find in Rotor
    protected System.Object MemberwiseClone()Creates a shallow copy of the current Object.Find in Rotor
     
    Private Methods
    private System.Type FastGetExistingType()(No summary available.)Find in Rotor
    private void FieldGetter(System.String typeName, System.String fieldName, System.Object& val)(No summary available.)Find in Rotor
    private void FieldSetter(System.String typeName, System.String fieldName, System.Object val)(No summary available.)Find in Rotor
    private System.Reflection.FieldInfo GetFieldInfo(System.String typeName, System.String fieldName)(No summary available.)Find in Rotor
    private System.Type InternalGetType()(No summary available.)Find in Rotor
     
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com