PEHeader.ExportTableDirectory Propriedade

Definição

Obtém a entrada Da Tabela de Exportação.

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

Valor da propriedade

A entrada Da Tabela de Exportação.

Comentários

Representa IMAGE_DIRECTORY_ENTRY_EXPORT.

Aplica-se a