Net |
| Class | Description of the | |
|---|---|---|
| AssemblyLoader | Provides methods for the dynamic loading of Assemblies and the instantiation of classes contained therein available. | |
| DictionaryThreadSafeCopyT, U | Static helper class - provides static generic methods which lock and copy dictionaries. | |
| EnumerableThreadSafeCopyT | Static helper class - provides a static method "GetEnumerableThreadSafeCopy" is available, which generates generic Locks and copies lists. | |
| GenericNonSingletonProvider | Provides generic classes with private standard constructor as non-singletons. | |
| GenericSingletonProvider | Provides generic classes as singletons. The main advantage is that the user classes themselves are no longer have to contain static elements and are therefore inheritable in principle. | |
| GenericTreeT | Provides a generic tree | |
| Global | Global types, constants and static functions Global types, constants and static functions | |
| ThreadInfos | Provides textual information about the current thread for debugging purposes. | |
| ThreadLocker | Manages a static dictionary of names and lock objects. Locks and unlocks the object assigned to a name globally. |
| Interface | Description of the | |
|---|---|---|
| IGetStringValue | Reading values (string) via keys (string). | |
| IGetValue | Reading values (type) via keys (string). | |
| IUndefinedElement | Empty interface for marking class derivations as undefined (avoids NULL in certain contexts). |