ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera parę wartości wskazujących charakter kodu w module i platformę docelową modułu.
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
Gdy ta metoda zwraca, kombinacja PortableExecutableKinds wartości wskazujących charakter kodu w module.
- machine
- ImageFileMachine
Gdy ta metoda zostanie zwrócona, jedna z ImageFileMachine wartości wskazująca platformę docelową przez moduł.
Uwagi
W przypadku modułów dynamicznych peKind
wartość jest zawsze PortableExecutableKinds.NotAPortableExecutableImage równa machine
0 (zero).