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 값 중 하나입니다.

적용 대상