Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metoda

Definicja

Pobiera parę wartości wskazujących charakter kodu w module i platformę docelową modułu.

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)

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

Dotyczy