Method Disable
- Namespace
- Terminal.Gui.Configuration
- Assembly
- Terminal.Gui.dll
Disable(bool)
Disables ConfigurationManager.
[RequiresUnreferencedCode("Calls ResetToHardCodedDefaults")]
[RequiresDynamicCode("Calls ResetToHardCodedDefaults")]
public static void Disable(bool resetToHardCodedDefaults = false)
Parameters
resetToHardCodedDefaultsboolIf true all static ConfigurationPropertyAttribute properties will be reset to their initial, hard-coded defaults.