C #-based applications category - System.Object
Sstem.Object are common base class, we have to study after the other categories have inherited it from.
System.Object include the following members:
String ToString () - return the string that object. When the object would like to know the contents of calling this method.
Int GetHashTable () - return to a hash value target, the target can be in some form of efficient View object example.
Bool Equals () - It has two Equals (object o1) and Equals (object o1, object o2), and their role is to target the same comparative examples.
Bool ReferenceEquals (object o1, object o2) - used to determine whether the two invoked at the same target.
Type GetType - the method returns derived from the type System.Type instance, the type of object to provide details, including the kind of base class types, methods, properties, etc..
Object MemberwiseClone () - its role is to reproduce objects
Void Finalize () - Analysis of structure function can be used to used to clean up resources.
Source: http://www.sinory.com/






