SectionHeader.PointerToRelocations 属性

定义

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

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

属性值

Int32

指向分区重定位条目开头的文件指针。 对于 PE 映像或没有重定位,它将设置为零。

适用于