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 匹配。

适用于