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 小於架構的頁面大小,則 FileAlignment 必須符合 SectionAlignment

適用於