| Class name | Description |
|---|---|
| AbortException |
public class AbortException
An abort exception |
| Action<T1> |
abstract public template Action<T1>
A base strong-typed action with a single argument |
| Action<T1,T1> |
abstract public template Action<T1,T1>
A base strong-typed action with two arguments |
| Action<T1,T2> |
abstract public template Action<T1,T2>
A base strong-typed action with two arguments |
| Action<T1,T2,T3> |
abstract public template Action<T1,T2,T3>
A base strong-typed action with three arguments |
| Action<T1,T2,T3,T4> |
abstract public template Action<T1,T2,T3,T4>
A base strong-typed action with four arguments |
| Action<T1,T2,T3,T4,T5> |
abstract public template Action<T1,T2,T3,T4,T5>
A base strong-typed action with five arguments |
| Action<T1,T2,T3,T4,T5,T6> |
abstract public template Action<T1,T2,T3,T4,T5,T6>
A base strong-typed action with six arguments |
| Action<T1,T2,T3,T4,T5,T6,T7> |
abstract public template Action<T1,T2,T3,T4,T5,T6,T7>
A base strong-typed action with seven arguments |
| Action<T1,T2,T3,T4,T5,T6,T7,T8> |
abstract public template Action<T1,T2,T3,T4,T5,T6,T7,T8>
A base strong-typed action with eight arguments |
| Action<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
abstract public template Action<T1,T2,T3,T4,T5,T6,T7,T8,T9>
A base strong-typed action with nine arguments |
| Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
abstract public template Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
A base strong-typed action with ten arguments |
| Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
abstract public template Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
A base strong-typed action with eleven arguments |
| Array |
public class Array
A generic array |
| Array<T1> |
public template Array<T1>
A strong-typed array template |
| ArrayEnumerator |
public class ArrayEnumerator
A generic array enumerator |
| ArrayIndexer |
public class ArrayIndexer
A generic array indexer |
| BaseEnumerator |
abstract public class BaseEnumerator
A base generic enumerator for a collection or an array Property getter Value must be implemented |
| BaseEnumerator<T1> |
abstract public template BaseEnumerator<T1>
A base enumerator template for a collection or an array Property getter Value must be implemented |
| BaseExtender |
public class BaseExtender
A base mixing. The class must be inherited to extend the target object with extra methods |
| BaseIndexer |
abstract public class BaseIndexer
A base generic indexer for a collection or an array Property Value must be implemented |
| BaseIndexer<T1> |
abstract public template BaseIndexer<T1>
A base indexer template for a collection or an array Property Value must be implemented |
| BaseLazyExpression |
abstract public class BaseLazyExpression
|
| BaseNumber |
abstract public class BaseNumber
a base numeric value |
| BaseValue |
abstract public class BaseValue
a base value |
| BaseVariable |
abstract public class BaseVariable
a variable base class |
| BitArray |
public class BitArray
An array of Boolean values |
| BitArray32 |
public class BitArray32
An 32-bit integer bit map |
| BoolValue |
abstract public class BoolValue
a common boolean value |
| BoolValue#false |
public singleton BoolValue#false
|
| BoolValue#true |
public singleton BoolValue#true
|
| ByteArrayConvertor |
public singleton ByteArrayConvertor
|
| ByteConvertor |
public singleton ByteConvertor
|
| ByteNumber |
public class ByteNumber
an unsigned 8 bit integer |
| CallStack |
public class CallStack
A call stack |
| CharConvertor |
public singleton CharConvertor
|
| CharValue |
public class CharValue
An UTF-32 character symbol |
| ClassReference |
public class ClassReference
|
| Console |
public singleton Console
|
| ConsoleHelperImpl |
public class ConsoleHelperImpl
|
| COORD |
public class COORD
|
| CriticalException |
public class CriticalException
|
| DivisionByZeroException |
public class DivisionByZeroException
|
| Enumerable |
abstract public class Enumerable
An abstract generic enumerable class Must be overridden |
| Enumerable<T1> |
abstract public template Enumerable<T1>
An abstract strong-typed enumerable class Must be overridden |
| Enumerator |
abstract public class Enumerator
A generic enumerator interface |
| Enumerator<T1> |
abstract public template Enumerator<T1>
A strong-typed enumerator template |
| Exception |
public class Exception
A basic exception |
| Extension |
public class Extension
|
| ExtensionMessage |
public class ExtensionMessage
An extended message constant |
| ExtensionVariable |
public class ExtensionVariable
|
| FormatException |
public class FormatException
|
| Func |
abstract public class Func
A base weak action without arguments |
| Func<T1> |
abstract public template Func<T1>
A base strong-typed function without arguments |
| Func<T1,T1,system'IntNumber> |
abstract public template Func<T1,T1,system'IntNumber>
A base strong-typed function with two arguments |
| Func<T1,T2> |
abstract public template Func<T1,T2>
A base strong-typed function with a single argument |
| Func<T1,T2,T3> |
abstract public template Func<T1,T2,T3>
A base strong-typed function with two arguments |
| Func<T1,T2,T3,T4> |
abstract public template Func<T1,T2,T3,T4>
A base strong-typed function with three arguments |
| Func<T1,T2,T3,T4,T5> |
abstract public template Func<T1,T2,T3,T4,T5>
A base strong-typed function with four arguments |
| Func<T1,T2,T3,T4,T5,T6> |
abstract public template Func<T1,T2,T3,T4,T5,T6>
A base strong-typed function with five arguments |
| Func<T1,T2,T3,T4,T5,T6,T7> |
abstract public template Func<T1,T2,T3,T4,T5,T6,T7>
A base strong-typed function with six arguments |
| Func<T1,T2,T3,T4,T5,T6,T7,T8> |
abstract public template Func<T1,T2,T3,T4,T5,T6,T7,T8>
A base strong-typed function with seven arguments |
| Func<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
abstract public template Func<T1,T2,T3,T4,T5,T6,T7,T8,T9>
A base strong-typed function with eight arguments |
| Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
abstract public template Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
|
| Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
abstract public template Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
A base strong-typed function with ten arguments |
| Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
abstract public template Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>
A base strong-typed function with eleven arguments |
| Func1 |
abstract public class Func1
A base weak action with a single argument |
| Func10 |
abstract public class Func10
A base weak action with ten arguments |
| Func11 |
abstract public class Func11
A base weak action with eleven arguments |
| Func2 |
abstract public class Func2
A base weak action with two arguments |
| Func3 |
abstract public class Func3
A base weak action with three arguments |
| Func4 |
abstract public class Func4
A base weak action with four arguments |
| Func5 |
abstract public class Func5
A base weak action with five arguments |
| Func6 |
abstract public class Func6
A base weak action with six arguments |
| Func7 |
abstract public class Func7
A base weak action with seven arguments |
| Func8 |
abstract public class Func8
A base weak action with eight arguments |
| Func9 |
abstract public class Func9
A base weak action with nine arguments |
| Handle |
public class Handle
|
| IConsoleReader |
abstract public class IConsoleReader
|
| IConsoleWriter |
abstract public class IConsoleWriter
|
| Indexable |
abstract public class Indexable
An abstract generic indexable class Must be overridden |
| Indexable<T1> |
abstract public template Indexable<T1>
An abstract strong-typed indexable class Must be overridden |
| Indexer |
abstract public class Indexer
A generic indexer interface The indexer is a tape interface over a collection, allowing to move along it, setting and getting its elements by an index |
| Indexer<T1> |
abstract public template Indexer<T1>
A strong-typed indexer interface The indexer is a tape interface over a collection, allowing to move along it, setting and getting its elements by an index |
| IntBaseNumber |
abstract public class IntBaseNumber
a base integer value |
| IntConvertor |
public singleton IntConvertor
|
| IntMatrix |
public class IntMatrix
A two-dimensional array of integers |
| IntNumber |
public class IntNumber
A signed 32 bit integer |
| InvalidArgumentException |
public class InvalidArgumentException
|
| InvalidOperationException |
public class InvalidOperationException
|
| KeyValue |
public class KeyValue
A key - value pair Extends the object with a key property |
| LongConvertor |
public singleton LongConvertor
|
| LongNumber |
public class LongNumber
A signed 64 bit integer value |
| Matrix<T1> |
public template Matrix<T1>
A two-dimensional strong-type array |
| Message |
public class Message
A message constant |
| MessageLoaderException |
public class MessageLoaderException
|
| MessageName |
public class MessageName
A message name constant |
| MethodNotFoundException |
public class MethodNotFoundException
|
| MssgConvertor |
public singleton MssgConvertor
|
| NilReferenceException |
public class NilReferenceException
|
| NilValue |
public singleton NilValue
A nil value |
| NotSupportedException |
public class NotSupportedException
|
| Object |
public class Object
a common ancestor |
| OutOfMemoryException |
public class OutOfMemoryException
|
| OutOfRangeException |
public class OutOfRangeException
|
| PropertyMessageName |
public class PropertyMessageName
A property name constant |
| Range |
public class Range
represents a range that has start and end indexes. The class support Enumerable interface |
| RealConvertor |
public singleton RealConvertor
|
| RealMatrix |
public class RealMatrix
A two-dimensional array of real numbers |
| RealNumber |
public class RealNumber
A 64bit float numeric value |
| Reference<T1> |
public template Reference<T1>
a variable template |
| SByteConvertor |
public singleton SByteConvertor
|
| SByteNumber |
public class SByteNumber
a signed 8 bit integer |
| ShortArrayConvertor |
public singleton ShortArrayConvertor
|
| ShortConvertor |
public singleton ShortConvertor
|
| ShortNumber |
public class ShortNumber
a signed 16 bit integer |
| SMALL_RECT |
public class SMALL_RECT
|
| StackOverflowException |
public class StackOverflowException
|
| StartUpEvents |
public class StartUpEvents
|
| String |
public class String
A UTF-8 literal value |
| StringConvertor |
public singleton StringConvertor
|
| Symbol |
public class Symbol
|
| SymbolLoaderException |
public class SymbolLoaderException
|
| TypeLoaderException |
public class TypeLoaderException
|
| UIntConvertor |
public singleton UIntConvertor
|
| UIntNumber |
public class UIntNumber
A unsigned 32 bit integer |
| UnsafeArray |
public class UnsafeArray
|
| UnsafePointer |
public class UnsafePointer
|
| UnsafePointer<T1> |
public template UnsafePointer<T1>
|
| UShortConvertor |
public singleton UShortConvertor
|
| UShortNumber |
public class UShortNumber
an unsigned 16 bit integer |
| Variable |
public class Variable
A generic variable. Extends an assigned value with compound operators : append (+=), reduce (-=), multiplyBy (*=) and divideBy (/=) |
| Variant |
public class Variant
A basic type variant class |
| WideConvertor |
public singleton WideConvertor
|
| WideString |
public class WideString
A UTF-16 literal value |
| Symbol name | Description |
|---|---|
| CommandLine |
CommandLine
|
| console |
console
|
| E_value |
E constant
|
| EmptyString |
Empty string constant
|
| emptyString |
obsolete : Empty string constant
Please use EmptyString |
| EmptyWideString |
Empty string constant
|
| emptyWideString |
obsolete : Empty string constant
Please use EmptyWideString |
| false |
false boolean value
|
| NewLineConstant |
New line characters
|
| nilValue |
obsolete : A nil value
Please use NilValue |
| Pi_value |
Pi constant
|
| startUpEvents |
startUpEvents
|
| true |
true boolean value
|