次の方法で共有


PEHeader.BaseRelocationTableDirectory プロパティ

定義

基本再配置テーブル エントリを取得します。

public:
 property System::Reflection::PortableExecutable::DirectoryEntry BaseRelocationTableDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry BaseRelocationTableDirectory { get; }
member this.BaseRelocationTableDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property BaseRelocationTableDirectory As DirectoryEntry

プロパティ値

基本再配置テーブル エントリ。

注釈

IMAGE_DIRECTORY_ENTRY_BASERELOC を表します。

適用対象