Object Class Fling OS
All objects (that are GC managed) should derive from this type.
Inheritance Hierarchy

System Object
  Kernel.FOS_System ObjectWithType
    Kernel.FOS_System Object
      Kernel Dummy
      Kernel.FOS_System Exception
      Kernel.FOS_System String

Namespace: Kernel.FOS_System
Assembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class Object : ObjectWithType

The Object type exposes the following members.

Constructors

  NameDescription
Public methodObject
Initializes a new instance of the Object class
Top
Fields

  NameDescription
Public field_Type
The underlying, specific type of the object specified when it was created.
(Inherited from ObjectWithType.)
Top
See Also