ModuleBuilder.GetPEKind(PortableExecutableKinds, ImageFileMachine) 메서드

정의

모듈의 코드 특성과 대상 플랫폼을 나타내는 값 쌍을 가져옵니다.

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)

매개 변수

peKind
PortableExecutableKinds

이 메서드가 반환될 때 모듈의 코드 특성을 나타내는 PortableExecutableKinds 값의 조합입니다.

machine
ImageFileMachine

이 메서드가 반환될 때 모듈의 대상 플랫폼을 나타내는 ImageFileMachine 값 중 하나입니다.

설명

동적 모듈의 경우 는 peKind 항상 PortableExecutableKinds.NotAPortableExecutableImage 이고 machine 는 항상 0입니다.

적용 대상