Click or drag to resize

AppSwitches Class

AppContext based switches to disable functionality, controllable through also in the host application through AppContext or by configuration with AppContextSwitchOverride. https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element
Inheritance Hierarchy
SystemObject
  Altaxo.CalcAppSwitches

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class AppSwitches

The AppSwitches type exposes the following members.

Properties
Remarks
Since AppContext is not supported on .NET Framework 4.0, a local implementation is used there instead, which cannot be controlled though configuration or through AppContext.
See Also