ObjectWithType Class Fling OS
Represents an object with a type. You should use the Object class.
Inheritance Hierarchy

System Object
  Kernel.FOS_System ObjectWithType
    Kernel.FOS_System Object

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 ObjectWithType

The ObjectWithType type exposes the following members.

Constructors

  NameDescription
Public methodObjectWithType
Initializes a new instance of the ObjectWithType class
Top
Fields

  NameDescription
Public field_Type
The underlying, specific type of the object specified when it was created.
Top
Remarks

We implement it like this so that _Type field is always the first field in memory of all objects.
See Also