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 图像,其值为零。

适用于