Kernel.FOS_System Namespace Fling OS
The kernel's System namespace that largely replaces .Net's System namespace.
Classes

  Class Description
Public class Exception
An exception object.
Public class Int32
Replacement class for methods, properties and fields usually found on standard System.Int32 type.
Public class Int64
Replacement class for methods, properties and fields usually found on standard System.Int64 type.
Public class Object
All objects (that are GC managed) should derive from this type.
Public class ObjectWithType
Represents an object with a type. You should use the Object class.
Public 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.
Public class Type
Represents an object type specification.