Table of Contents

Method Load

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Load(bool)

Loads all settings found in the various configuration storage locations to the ConfigurationManager. Optionally, resets all settings attributed with SerializableConfigurationProperty to the defaults.

public static void Load(bool reset = false)

Parameters

reset bool

If true the state of ConfigurationManager will be reset to the defaults.

Remarks

Use Apply() to cause the loaded settings to be applied to the running application.