Object Class
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.To browse the .NET Framework source code for this type, see the Reference Source.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NameAttribute] [IgnoreCastAttribute] [ConstructorAttribute] public class Object
<ExternalAttribute> _ <NameAttribute> _ <IgnoreCastAttribute> _ <ConstructorAttribute> _ Public Class Object
[ExternalAttribute] [NameAttribute] [IgnoreCastAttribute] [ConstructorAttribute] public ref class Object