SectionHeader.PointerToRelocations プロパティ

定義

セクションの再配置エントリの先頭へのファイル ポインターを取得します。

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

プロパティ値

セクションの再配置エントリの先頭へのファイル ポインター。 PE イメージの場合は 0 に設定されるか、再配置がない場合は 0 に設定されます。

適用対象