Enum ConfigurationFileLookupDirectory
Represents the base directory where the IConfigurationReader should search for the configuration file.
[Flags]
public enum ConfigurationFileLookupDirectory
Fields
All = CurrentDirectory | AppDirectory
Represents all possible directories.
AppDirectory = 4
The IConfigurationReader should search in the executable base directory.
CurrentDirectory = 2
The IConfigurationReader should search in the process current/base directory.