ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá dvojici hodnot označujících povahu kódu v modulu a platformu, na kterou modul cílí.
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)
Parametry
- peKind
- PortableExecutableKinds
Když tato metoda vrátí, kombinace PortableExecutableKinds hodnot označujících povahu kódu v modulu.
- machine
- ImageFileMachine
Když tato metoda vrátí jednu z ImageFileMachine hodnot označujících platformu, na kterou modul cílí.
Poznámky
Pro dynamické moduly peKind
je vždy PortableExecutableKinds.NotAPortableExecutableImage a machine
je vždy 0 (nula).