| ||||||||||||||||||||||||||||||||||||||||||||||
Object ClassDefines the root object of the type hierarchy.
|
||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public static | Equals | ( Object objA , Object objB ) | Boolean |
| public | Equals | ( Object obj ) | Boolean |
| protected | Finalize | ( ) | Void |
| public | GetHashCode | ( ) | Int32 |
| public | GetType | ( ) | Type |
| protected | MemberwiseClone | ( ) | Object |
| public static | ReferenceEquals | ( Object objA , Object objB ) | Boolean |
| public | ToString | ( ) | String |
The Object class 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.
Languages typically do not require a class to declare inheritance from Object because the inheritance is implicit.
Because all classes in the .NET Framework are derived from Object, every method defined in the Object class is available in all objects in the system. Derived classes can and do override some of these methods, including:
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme