Type Class Fling OS
Represents an object type specification.
Inheritance Hierarchy

System Object
  System.Reflection MemberInfo
    System Type
      Kernel.FOS_System Type

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

public abstract class Type : Type

The Type type exposes the following members.

Constructors

  NameDescription
Protected methodType
Initializes a new instance of the Type class
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two types by ID to see if they represent the same type.
Public operatorStatic memberInequality
Compares two types by ID to see if they represent the different types.
Top
Fields

  NameDescription
Public fieldId
The type ID.
Public fieldSize
The size of the object in memory.
Top
See Also