Table of Contents

Method Load

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

Load(ConfigLocations)

Loads all settings found in locations. Use Apply() to cause the loaded settings to be applied to the running application.

[RequiresUnreferencedCode("AOT")]
[RequiresDynamicCode("AOT")]
public static void Load(ConfigLocations locations)

Parameters

locations ConfigLocations

Exceptions

ConfigurationManagerNotEnabledException

Configuration manager is not enabled.