Table of Contents

Method Enable

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Enable(ConfigLocations)

Enables ConfigurationManager. If locations is None, ConfigurationManager will be enabled as-is; no configuration will be loaded or applied. If locations is HardCoded, ConfigurationManager will be enabled and reset to hard-coded defaults. For any other value, ConfigurationManager will be enabled and the configuration will be loaded from the specified locations and applied.

public static void Enable(ConfigLocations locations)

Parameters

locations ConfigLocations