The System.Base module contains basic facilities, containers, algorithms, and I/O.
| System | ||
| Ascii | ||
| Collections | ||
| Concepts | ||
| IO | ||
| Security | ||
| Text | ||
| Threading | ||
| Fibers | ||
| Unicode |
| public void | Print() |
| public extern cdecl int | RtmGetHardwareConcurrency() |
| public extern cdecl bool | RtmJoinThread(int threadId) |
| public extern cdecl int | RtmStartThreadFunction(ThreadStartFunction function) |
| public extern cdecl int | RtmStartThreadFunctionWithParam(ParameterizedThreadStartFunction function, void* param) |
| public extern cdecl int | RtmStartThreadMethod(ThreadStartMethod method) |
| public extern cdecl int | RtmStartThreadMethodWithParam(ParameterizedThreadStartMethod method, void* param) |
| public extern cdecl int | RtmThisThreadId() |
| public void | SetPrintFn(PrintFn fn) |
| public delegate void | PrintFn() |