Skip to main content

RuntimeCpu Enum

Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233

The Runtime CPU Architecture

public enum RuntimeCpu : ushort
{
Unknown = 0,
x86 = 332,
x64 = 34404,
arm64 = 43620
}

Inheritance: object → ValueType → Enum → RuntimeCpu

Fields

NameDescription
UnknownUnknown or unsupported
arm64Arm64
x64x64 / Amd64
x86Intel x86

Documentation generated by MdDocs