![]() | Basic |
The BasicAppSettings Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | DirectoryCreate | Creates a complete directory path if this path or a part of it is of which does not exist. Returns the part of the directory path, which goes up to and including the first of the newly created directories or zero. The result of this routine can be used to precisely determine the part of a directory path that has been newly created. |
![]() | Dispose | Public method for cleaning up. |
![]() | Dispose(Boolean) | Finalise work, reset timer if necessary. |
![]() | Finalise |
Destructor
(Overwrites ObjectFinalise) |
![]() | GetLoadedAssemblies |
Returns a dictionary that is used for all assemblies loaded in the application.
contains the FullName and the assembly.
Can be helpful for troubleshooting in certain cases. Note: If the switch "DumpLoadedAssemblies" = true, the keys of this dictionary (FullName) are logged in "Dispose". |
![]() | GetParametersSources |
Returns a dictionary containing the name of the source for each parameter.
Can be helpful for troubleshooting in certain cases. Note: If the switch "DumpAppSettings" = true, this dictionary is logged in "Dispose". |
![]() | GetStringValue | Returns exactly one value for a key. If there is no value for the key, defaultValue is returned. |
![]() | GetStringValues | Returns a string array for a key. If there is no value for the key, defaultValue is returned. |
![]() | GetValueT | Returns exactly one value for a key. If there is no value for the key, defaultValue is returned. Wildcards of the form %Name% are replaced recursively if possible; An attempt is made to cast the determined string value to the return type T. |
![]() | GetValuesT | NOT IMPLEMENTED! Returns an array of values for a key. If there is no value for the key, defaultValue is returned. Wildcards of the form %Name% are replaced recursively if possible; An attempt is made to cast the determined string value to the return type T. |
![]() | LoadSettings | Loads the system settings during Initialization or loads them again on request. |
![]() | ReplaceWildcards | Replaces wildcards in the format %Name% with their runtime values. |
![]() | SetDefaultSQLDirectories | Sets the default directories for the Microsoft SQL Server. |
![]() | SetRegistryBasePath | Sets the registry access key for all subsequent accesses to the passed base path, if the passed registryBasePath can be converted error-free into a corresponding equivalent from registry keys. |