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

適用於