ProcessorArchitecture Enumeration

Definition

Gibt den Prozessor und die Bits pro Wort für die Plattform an, auf die eine ausführbare Datei zielt.

public enum class ProcessorArchitecture
public enum ProcessorArchitecture
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum ProcessorArchitecture
type ProcessorArchitecture = 
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type ProcessorArchitecture = 
Public Enum ProcessorArchitecture
Vererbung
ProcessorArchitecture
Attribute

Felder

Amd64 4

Ein 64-Bit-Prozessor basierend auf der x64-Architektur.

Arm 5

Ein ARM-Prozessor.

IA64 3

Nur ein Intel Itanium-64-Bit-Prozessor.

MSIL 1

Neutral hinsichtlich des Prozessors und der Bits pro Wort.

None 0

Eine unbekannte oder nicht angegebene Kombination aus Prozessor und Bits pro Wort.

X86 2

Ein 32-Bit-Intel-Prozessor, entweder systemeigen oder in der Windows on Windows-Umgebung auf einer 64-Bit-Plattform (WOW64).

Hinweise

Nicht alle Kombinationen von PortableExecutableKinds und ImageFileMachine beschreiben gültige PE-Dateitypen. ProcessorArchitecture ist der Satz von Kombinationen von PortableExecutableKinds und ImageFileMachine , die gültige PE-Dateitypen für verwalteten Code beschreiben.

Gilt für: