Table of Contents

Enum CpuGroup

Namespace
ZeroInstall.Model
Assembly
ZeroInstall.Model.dll

Describes a group of CPU architectures that can be combined within a single process.

public enum CpuGroup

Fields

Arm32 = 2
Arm64 = 3
X64 = 1
X86 = 0