PEHeader.FileAlignment 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于使图像文件中各节的原始数据保持一致的对齐系数(以字节为单位)。
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 匹配。