Module.GetPEKind(PortableExecutableKinds, ImageFileMachine) 方法

定義

取得值組,表示模組中的程式碼性質,以及模組的目標平台。

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)

參數

peKind
PortableExecutableKinds

這個方法會傳回 PortableExecutableKinds 值的組合,表示模組中的程式碼性質。

machine
ImageFileMachine

這個方法會傳回其中一個 ImageFileMachine 值,表示模組的目標平台。

適用於