ImageFileMachine Výčet

Definice

Identifikuje platformu, na kterou cílí spustitelný soubor.

public enum class ImageFileMachine
public enum ImageFileMachine
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum ImageFileMachine
type ImageFileMachine = 
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type ImageFileMachine = 
Public Enum ImageFileMachine
Dědičnost
ImageFileMachine
Atributy

Pole

AMD64 34404

Cílí na 64bitový procesor AMD.

ARM 452

Cílí na procesor ARM.

I386 332

Cílí na 32bitový procesor Intel.

IA64 512

Cílí na 64bitový procesor Intel.

Poznámky

Pokud chcete získat tuto hodnotu pro modul, použijte metodu Module.GetPEKind .

Poznámka

Hodnoty v tomto výčtu odpovídají konstantám IMAGE_FILE_MACHINE_I386, IMAGE_FILE_MACHINE_IA64 a IMAGE_FILE_MACHINE_AMD64 v nespravovaném rozhraní API systému Windows, ke kterým přistupuje nespravovaná GetPEKind funkce.

Platí pro