SectionHeader.NumberOfRelocations 属性

定义

获取分区的重定位条目数。

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

属性值

节的重定位项数。 对于 PE 映像,其值为零。

适用于