Table of Contents

Enum OperatingSystemArchitectureType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of operating system architecture - currently either x86 (32-bit) or x64 (64-bit).

public enum OperatingSystemArchitectureType

Fields

Unknown = 0

The operating system architecture is unknown.

x64 = 2

The operating system architecture is 64-Bit.

x86 = 1

The operating system architecture is 32-Bit.