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

定義

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

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

パラメーター

peKind
PortableExecutableKinds

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

machine
ImageFileMachine

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

適用対象