Compartir vía


PEHeader.GlobalPointerTableDirectory Propiedad

Definición

Obtiene la entrada Tabla de puntero global.

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

Valor de propiedad

Entrada Tabla de puntero global.

Comentarios

Representa IMAGE_DIRECTORY_ENTRY_GLOBALPTR.

Se aplica a