PEHeaderBuilder.SectionAlignment Propriedade
Definição
O alinhamento (em bytes) das seções quando elas são carregadas na memória.The alignment (in bytes) of sections when they are loaded into memory.
public:
property int SectionAlignment { int get(); };
public int SectionAlignment { get; }
member this.SectionAlignment : int
Public ReadOnly Property SectionAlignment As Integer
Valor da propriedade
Um número que representa o alinhamento (em bytes) de seções quando elas são carregadas na memória.A number representing the alignment (in bytes) of sections when they are loaded into memory. Ele deve ser maior ou igual ao alinhamento do arquivo.It must be greater than or equal to the file alignment. O padrão é o tamanho da página para a arquitetura.The default is the page size for the architecture.