Bagikan melalui


Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metode

Definisi

Mendapatkan sepasang nilai yang menunjukkan sifat kode dalam modul dan platform yang ditargetkan oleh modul.

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)

Parameter

peKind
PortableExecutableKinds

Ketika metode ini kembali, kombinasi nilai yang PortableExecutableKinds menunjukkan sifat kode dalam modul.

machine
ImageFileMachine

Ketika metode ini kembali, salah satu nilai yang ImageFileMachine menunjukkan platform yang ditargetkan oleh modul.

Berlaku untuk