CoffHeader Classe

Definição

Representa o cabeçalho de um arquivo COFF.Represents the header of a COFF file.

public ref class CoffHeader sealed
public sealed class CoffHeader
type CoffHeader = class
Public NotInheritable Class CoffHeader
Herança
CoffHeader

Propriedades

Characteristics

Obtém os sinalizadores que indicam os atributos do arquivo.Gets the flags that indicate the attributes of the file.

Machine

Obtém o tipo do computador de destino.Gets the type of the target machine.

NumberOfSections

Obtém o número de seções.Gets the number of sections. Isso indica o tamanho da tabela da seção, que segue imediatamente os cabeçalhos.This indicates the size of the section table, which immediately follows the headers.

NumberOfSymbols

Obtém o número de entradas na tabela de símbolos.Gets the number of entries in the symbol table. Esses dados podem ser usados para localizar a tabela de cadeia de caracteres, que segue imediatamente a tabela de símbolos.This data can be used to locate the string table, which immediately follows the symbol table. Esse valor deve ser zero para uma imagem PE.This value should be zero for a PE image.

PointerToSymbolTable

Obtém o ponteiro de arquivo para a tabela de símbolos COFF.Gets the file pointer to the COFF symbol table.

SizeOfOptionalHeader

Obtém o tamanho do cabeçalho opcional, que é necessário para arquivos executáveis, mas não para arquivos-objeto.Gets the size of the optional header, which is required for executable files but not for object files. Esse valor deve ser zero para um arquivo-objeto.This value should be zero for an object file.

TimeDateStamp

Obtém um valor que indica quando o arquivo foi criado.Gets a value that indicates when the file was created.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a