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 イメージの場合、その値は 0 です。

適用対象