ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) Método

Definición

Obtiene un par de valores que indican la naturaleza del código en un módulo y la plataforma dirigida por el módulo.

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

Parámetros

peKind
PortableExecutableKinds

Cuando este método devuelve, una combinación de los PortableExecutableKinds valores que indican la naturaleza del código en el módulo.

machine
ImageFileMachine

Cuando este método devuelve, uno de los ImageFileMachine valores que indica la plataforma de destino del módulo.

Comentarios

En el caso de los módulos dinámicos, peKind siempre PortableExecutableKinds.NotAPortableExecutableImagemachine es 0 (cero).

Se aplica a