PEHeaderBuilder.FileAlignment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對齊因素 (以位元組為單位),用來對齊映像檔中的區段原始資料。 數值應該在 512 到 64K 之間為 2 的冪次方。 預設值為 512。 如果區段對齊小於架構的頁面大小,則檔案對齊必須與區段對齊相符。
public:
property int FileAlignment { int get(); };
public int FileAlignment { get; }
member this.FileAlignment : int
Public ReadOnly Property FileAlignment As Integer