Classes | |
| class | Args |
| Argument relasted helper functions. More... | |
| class | AutoDisposable |
| Resource management helper. More... | |
| class | CodeError |
| Base class for Code related exceptions. More... | |
| class | InvalidCodeError |
| Indicates an attempt to construct an invalid Code instance. More... | |
| class | Code |
| Supports the use of specific values as conventional codes. More... | |
| class | Collections |
| Helper functions for generic collections and enumerables. More... | |
| class | ComparableCollection |
| A SortedCollection that implements IComparable. More... | |
| class | DisposableBase |
| IDisposable implementation helper. More... | |
| class | Error |
| Base class for the library's exception classes. More... | |
| class | InvalidArgumentError |
| class | Files |
| File related helper functions. More... | |
| class | Future |
| Future implementation helper class. More... | |
| class | ServiceBase |
| Windows service helper class. More... | |
| class | SortedCollection |
| A collection of key/value pairs that guarantees ordered traversal. More... | |
| class | Strings |
| String related helper functions. More... | |
| class | ThreadError |
| Generic thread related exception. More... | |
| class | AlreadyRunningError |
| Thrown when a thread has already been started. More... | |
| class | ThreadBase |
| Thread helper class. More... | |
| class | ThreadedServiceBase |
| Supports the implementation of Windows services that run in a separate thread. More... | |
| class | Tokenizer |
| Splits a string at each occurrence of one in a set of separator characters. More... | |