Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Método

Definição

Obtém um par de valores que indica a natureza do código em um módulo e a plataforma direcionada pelo módulo.

public:
 void GetPEKind([Runtime::InteropServices::Out] System::Reflection::PortableExecutableKinds % peKind, [Runtime::InteropServices::Out] System::Reflection::ImageFileMachine % machine);
public:
 virtual void GetPEKind([Runtime::InteropServices::Out] System::Reflection::PortableExecutableKinds % peKind, [Runtime::InteropServices::Out] System::Reflection::ImageFileMachine % machine);
public void GetPEKind(out System.Reflection.PortableExecutableKinds peKind, out System.Reflection.ImageFileMachine machine);
public virtual void GetPEKind(out System.Reflection.PortableExecutableKinds peKind, out System.Reflection.ImageFileMachine machine);
member this.GetPEKind : PortableExecutableKinds * ImageFileMachine -> unit
abstract member GetPEKind : PortableExecutableKinds * ImageFileMachine -> unit
override this.GetPEKind : PortableExecutableKinds * ImageFileMachine -> unit
Public Sub GetPEKind (ByRef peKind As PortableExecutableKinds, ByRef machine As ImageFileMachine)
Public Overridable Sub GetPEKind (ByRef peKind As PortableExecutableKinds, ByRef machine As ImageFileMachine)

Parâmetros

peKind
PortableExecutableKinds

Quando esse método é retornado, uma combinação dos PortableExecutableKinds valores que indicam a natureza do código no módulo.

machine
ImageFileMachine

Quando esse método é retornado, um dos ImageFileMachine valores que indica a plataforma direcionada pelo módulo.

Aplica-se a