ImageFileMachine 列挙型

定義

実行可能ファイルの対象となるプラットフォームを識別します。

public enum class ImageFileMachine
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum ImageFileMachine
public enum ImageFileMachine
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type ImageFileMachine = 
type ImageFileMachine = 
Public Enum ImageFileMachine
継承
ImageFileMachine
属性

フィールド

名前 説明
I386 332

32 ビット Intel プロセッサを対象とします。

ARM 452

ARM プロセッサを対象とします。

IA64 512

64 ビット Intel プロセッサを対象とします。

AMD64 34404

64 ビット AMD プロセッサを対象とします。

注釈

モジュールのこの値を取得するには、 Module.GetPEKind メソッドを使用します。

Note

この列挙体の値は、アンマネージ Windows API のIMAGE_FILE_MACHINE_I386、IMAGE_FILE_MACHINE_IA64、およびIMAGE_FILE_MACHINE_AMD64に対応します。この定数は、アンマネージ GetPEKind 関数によってアクセスされます。

適用対象