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

适用于