İngilizce dilinde oku

Aracılığıyla paylaş


Platform Enum

Definition

C#
public enum Platform
Inheritance
Platform

Fields

Name Value Description
AnyCpu 0

AnyCPU (default) compiles the assembly to run on any platform.

X86 1

x86 compiles the assembly to be run by the 32-bit, x86-compatible common language runtime.

X64 2

x64 compiles the assembly to be run by the 64-bit common language runtime on a computer that supports the AMD64 or EM64T instruction set.

Itanium 3

Itanium compiles the assembly to be run by the 64-bit common language runtime on a computer with an Itanium processor.

AnyCpu32BitPreferred 4

Compiles your assembly to run on any platform. Your application runs in 32-bit mode on systems that support both 64-bit and 32-bit applications.

Arm 5

Compiles your assembly to run on a computer that has an Advanced RISC Machine (ARM) processor.

Arm64 6

Compiles your assembly to run on a computer that has an Advanced RISC Machine 64 bit (ARM64) processor.

Applies to

Ürün Sürümler
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0