다음을 통해 공유


PEHeader.FileAlignment 속성

정의

이미지 파일의 섹션 원시 데이터를 정렬하는 데 사용되는 맞춤 요소(바이트)를 가져옵니다.

public:
 property int FileAlignment { int get(); };
public int FileAlignment { get; }
member this.FileAlignment : int
Public ReadOnly Property FileAlignment As Integer

속성 값

512에서 64K 사이의 2의 힘(포함)입니다. 기본값은 512입니다.

설명

SectionAlignment가 아키텍처의 페이지 크기보다 작은 경우 FileAlignmentSectionAlignment와 일치해야 합니다.

적용 대상