Udostępnij za pośrednictwem


ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metoda

Definicja

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).

Dotyczy