EmitOptions.FileAlignment 属性

定义

指定输出文件中各节的大小。

public:
 property int FileAlignment { int get(); };
public int FileAlignment { get; }
member this.FileAlignment : int
Public ReadOnly Property FileAlignment As Integer

属性值

注解

有效值为 0、512、1024、2048、4096 和 8192。 如果值为 0,则根据值 Platform确定文件对齐方式。

适用于