SectionHeader.NumberOfRelocations Propiedad

Definición

Obtiene el número de entradas de reubicación de la sección.

public:
 property System::UInt16 NumberOfRelocations { System::UInt16 get(); };
public ushort NumberOfRelocations { get; }
member this.NumberOfRelocations : uint16
Public ReadOnly Property NumberOfRelocations As UShort

Valor de propiedad

Número de entradas de reubicación para la sección. Su valor es cero para las imágenes PE.

Se aplica a