Table of Contents

Enum ConfigurationManager.ConfigLocations

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Describes the location of the configuration files. The constants can be combined (bitwise) to specify multiple locations.

[Flags]
public enum ConfigurationManager.ConfigLocations

Fields

All = -1

This constant is a combination of all locations

DefaultOnly = 1

Global configuration in Terminal.Gui.dll's resources (Terminal.Gui.Resources.config.json) -- Lowest Precedence.

None = 0

No configuration will be loaded.