Class Consts
Contains default constants for common requirements.
public class Consts- Inheritance
- 
      
      Consts
Fields
- Is64BitOS
- Gets a value that indicates whether the current operating system is a 64-bit operating system. 
- Is64BitProcess
- Gets a value that indicates whether the current process is a 64-bit process. 
- IsAndroid
- Indicates whether the current application is running on Android. 
- IsDebugDefined
- Gets a value that indicates whether DEBUG conditional is defined. 
- IsIOS
- Indicates whether the current application is running on iOS. 
- IsLinux
- Indicates whether the current application is running on Linux. 
- IsMacOs
- Indicates whether the current application is running on macOs. 
- IsWindows
- Indicates whether the current application is running on Windows. 
Properties
- IsAlternetUI
- Gets a value indicating whether this application is running on Alternet.UI platform. 
- IsArmOS
- Gets whether the operating system architecture is Arm. 
- IsArmProcess
- Gets whether the process architecture of the currently running app is Arm. 
- IsDebugDefinedAndAttached
- Gets whether "DEBUG" is defined and debugger is attached. 
- IsDebuggerAttached
- Alias for IsAttached. 
- IsMaui
- Gets a value indicating whether this is running on MAUI platform. 
- IsNetFramework
- Gets whether this application is running using NetFramework.