ImageFileMachine 枚举

定义

标识可执行文件的目标平台。

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
继承
ImageFileMachine
属性

字段

AMD64 34404

针对 64 位 AMD 处理器。

ARM 452

针对 ARM 处理器。

I386 332

针对 32 位 Intel 处理器。

IA64 512

针对 64 位 Intel 处理器。

注解

若要获取模块的此值,请使用 Module.GetPEKind 方法。

注意

此枚举中的值对应于非托管 Windows API 中IMAGE_FILE_MACHINE_I386、IMAGE_FILE_MACHINE_IA64和IMAGE_FILE_MACHINE_AMD64常量,这些常量由非托管 GetPEKind 函数访问。

适用于