Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Runtime.InteropServices.Architecture
Assembly: System.Runtime
Indicates the processor architecture.
Values
X86
An Intel-based 32-bit processor architecture.
X64
An Intel-based 64-bit processor architecture.
Arm
A 32-bit ARM processor architecture.
Arm64
A 64-bit ARM processor architecture.
Wasm
The WebAssembly platform.
S390x
The S390x platform architecture.
LoongArch64
A LoongArch64 processor architecture.
Armv6
A 32-bit ARMv6 processor architecture.
Ppc64le
A PowerPC 64-bit (little-endian) processor architecture.
RiscV64
A RiscV 64-bit processor architecture.