ImageFileMachine Énumération

Définition

Identifie la plateforme ciblée par un fichier exécutable.

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
Héritage
ImageFileMachine
Attributs

Champs

AMD64 34404

Cible un processeur AMD 64 bits.

ARM 452

Cibles d'un processeur ARM.

I386 332

Cible un processeur Intel 32 bits.

IA64 512

Cible un processeur Intel 64 bits.

Remarques

Pour obtenir cette valeur pour un module, utilisez la Module.GetPEKind méthode .

Notes

Les valeurs de cette énumération correspondent aux constantes IMAGE_FILE_MACHINE_I386, IMAGE_FILE_MACHINE_IA64 et IMAGE_FILE_MACHINE_AMD64 dans l’API Windows non managée, auxquelles la fonction non managée GetPEKind accède.

S’applique à