ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モジュール内のコードの性質およびモジュールの対象プラットフォームを示す値のペアを取得します。
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 (ゼロ) です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET