Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Método

Definição

Recebe um par de valores que indicam a natureza do código num módulo e a plataforma alvo do 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 este método retorna, uma combinação dos PortableExecutableKinds valores que indicam a natureza do código no módulo.

machine
ImageFileMachine

Quando este método regressa, um dos ImageFileMachine valores indica a plataforma alvo do módulo.

Aplica-se a