Represents an object type specification.
Inheritance Hierarchy
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
The Type type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Type | Initializes a new instance of the Type class |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two types by ID to see if they represent the same type.
|
![]() ![]() | Inequality |
Compares two types by ID to see if they represent the different types.
|
Fields
Name | Description | |
---|---|---|
![]() | Id |
The type ID.
|
![]() | Size |
The size of the object in memory.
|
See Also