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.3572.0 (4.8.3572.0)
Syntax
C#
public static class AppSwitches

The AppSwitches type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDisableCudaNativeProvider Gets or sets a value indicating whether the CUDA native provider is disabled.
Public propertyStatic memberDisableMklNativeProvider Gets or sets a value indicating whether the MKL native provider is disabled.
Public propertyStatic memberDisableNativeProviderProbing Gets or sets a value indicating whether probing for native providers is disabled.
Public propertyStatic memberDisableNativeProviders Gets or sets a value indicating whether all native providers are disabled.
Public propertyStatic memberDisableOpenBlasNativeProvider Gets or sets a value indicating whether the OpenBLAS native provider is disabled.
Top
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