Share via


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 と一致する必要があります。

適用対象