Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Yöntem

Tanım

Bir modüldeki kodun doğasını ve modülün hedeflediği platformu gösteren bir değer çifti alır.

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)

Parametreler

peKind
PortableExecutableKinds

Bu yöntem döndürdüğünde, modüldeki PortableExecutableKinds kodun doğasını belirten değerlerin bir bileşimi.

machine
ImageFileMachine

Bu yöntem döndürdüğünde ImageFileMachine , modülün hedeflediği platformu gösteren değerlerden biri.

Şunlara uygulanır