SectionHeader.PointerToRelocations 属性

定义

获取指向节的重定位项的开头的文件指针。

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

属性值

指向节的重定位条目起始的文件指针。 对于 PE 映像,或者如果没有重定位,则设置为零。

适用于