Click or drag to resize

NetEti.Globals namespace

Global types, constants, classes and static functions
Classes
 ClassDescription of the
Public ClassAssemblyLoader Provides methods for the dynamic loading of Assemblies and the instantiation of classes contained therein available.
Public ClassDictionaryThreadSafeCopyT, U Static helper class - provides static generic methods which lock and copy dictionaries.
Public ClassEnumerableThreadSafeCopyT Static helper class - provides a static method "GetEnumerableThreadSafeCopy" is available, which generates generic Locks and copies lists.
Public ClassGenericNonSingletonProvider Provides generic classes with private standard constructor as non-singletons.
Public ClassGenericSingletonProvider 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.
Public ClassGenericTreeT Provides a generic tree
Public ClassGlobal

Global types, constants and static functions

Global types, constants and static functions

Public ClassThreadInfos Provides textual information about the current thread for debugging purposes.
Public ClassThreadLocker Manages a static dictionary of names and lock objects. Locks and unlocks the object assigned to a name globally.
Interfaces
 InterfaceDescription of the
Public InterfaceIGetStringValue Reading values (string) via keys (string).
Public InterfaceIGetValue Reading values (type) via keys (string).
Public InterfaceIUndefinedElement Empty interface for marking class derivations as undefined (avoids NULL in certain contexts).