Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) Metodo

Definizione

Ottiene una coppia di valori che indicano la natura del codice in un modulo e la piattaforma di destinazione del modulo.

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)

Parametri

peKind
PortableExecutableKinds

Quando termina, una combinazione dei PortableExecutableKinds valori che indicano la natura del codice nel modulo.

machine
ImageFileMachine

Quando termina, questo metodo restituisce uno dei ImageFileMachine valori che indicano la piattaforma di destinazione del modulo.

Si applica a