The kernel's System namespace that largely replaces .Net's System namespace.
Classes
Class | Description | |
---|---|---|
![]() |
Exception |
An exception object.
|
![]() |
Int32 |
Replacement class for methods, properties and fields usually found on standard System.Int32 type.
|
![]() |
Int64 |
Replacement class for methods, properties and fields usually found on standard System.Int64 type.
|
![]() |
Object |
All objects (that are GC managed) should derive from this type.
|
![]() |
ObjectWithType |
Represents an object with a type. You should use the Object class.
|
![]() |
String |
Replacement class for methods, properties and fields usually found on standard System.String type.
Also contains utility methods for low-level string manipulation.
|
![]() |
Type |
Represents an object type specification.
|