Table of Contents

Enum Platform

Namespace
Dassie.Configuration
Assembly
dc.dll

The platform of the application.

[Serializable]
public enum Platform
Extension Methods

Fields

Arm32 = 3

Represents an ARM (32-bit) platform.

Arm64 = 4

Represents an ARM (64-bit) platform.

Auto = 0

Represents a CPU-agnostic configuration.

x64 = 2

Represents an x86 (64-bit) platform.

x86 = 1

Represents an x86 (32-bit) platform.