PEHeader.GlobalPointerTableDirectory 屬性

定義

取得全域指標數據表專案。

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

屬性值

全域指標數據表專案。

備註

表示 IMAGE_DIRECTORY_ENTRY_GLOBALPTR

適用於