次の方法で共有


PEHeaderBuilder.SectionAlignment プロパティ

定義

セクションがメモリに読み込まれるときのその配置 (バイト単位)。

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

プロパティ値

セクションがメモリに読み込まれるときの、セクションの配置 (バイト単位) を表す数値。 ファイルの配置以上である必要があります。 既定値は、アーキテクチャのページ サイズです。

適用対象