ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) メソッド

定義

モジュール内のコードの性質およびモジュールの対象プラットフォームを示す値のペアを取得します。

public:
 override void GetPEKind([Runtime::InteropServices::Out] System::Reflection::PortableExecutableKinds % peKind, [Runtime::InteropServices::Out] System::Reflection::ImageFileMachine % machine);
public override void GetPEKind (out System.Reflection.PortableExecutableKinds peKind, out System.Reflection.ImageFileMachine machine);
override this.GetPEKind : PortableExecutableKinds * ImageFileMachine -> unit
Public Overrides Sub GetPEKind (ByRef peKind As PortableExecutableKinds, ByRef machine As ImageFileMachine)

パラメーター

peKind
PortableExecutableKinds

このメソッドから制御が戻る場合、モジュール内のコードの性質を示す PortableExecutableKinds 値の組み合わせ。

machine
ImageFileMachine

このメソッドから制御が戻る場合、モジュールの対象プラットフォームを示す ImageFileMachine 値の 1 つ。

注釈

動的モジュールの場合、 peKind 常に PortableExecutableKinds.NotAPortableExecutableImage machine 0 (ゼロ) です。

適用対象