PEDirectoriesBuilder.GlobalPointerTable プロパティ

定義

グローバル ポインター テーブルのイメージ ディレクトリ エントリ。

public:
 property System::Reflection::PortableExecutable::DirectoryEntry GlobalPointerTable { System::Reflection::PortableExecutable::DirectoryEntry get(); void set(System::Reflection::PortableExecutable::DirectoryEntry value); };
public System.Reflection.PortableExecutable.DirectoryEntry GlobalPointerTable { get; set; }
member this.GlobalPointerTable : System.Reflection.PortableExecutable.DirectoryEntry with get, set
Public Property GlobalPointerTable As DirectoryEntry

プロパティ値

ディレクトリ エントリ インスタンス。

注釈

IMAGE_DIRECTORY_ENTRY_GLOBALPTR を表します。

適用対象