Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metoda

Definice

Získá dvojici hodnot udávající povahu kódu v modulu a platformu, na kterou modul cílí.

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

Když se tato metoda vrátí, kombinace hodnot PortableExecutableKinds označujících povahu kódu v modulu.

machine
ImageFileMachine

Když se tato metoda vrátí, jedna z ImageFileMachine hodnot označující platformu, na kterou modul cílí.

Platí pro