Enum Platform
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
The platform of the application.
[Serializable]
public enum Platform
- Extension Methods
Fields
Arm32 = 3Represents an ARM (32-bit) platform.
Arm64 = 4Represents an ARM (64-bit) platform.
Auto = 0Represents a CPU-agnostic configuration.
x64 = 2Represents an x86 (64-bit) platform.
x86 = 1Represents an x86 (32-bit) platform.