PEDirectoriesBuilder Class

Definition

Builds PE directories.

public ref class PEDirectoriesBuilder sealed
public sealed class PEDirectoriesBuilder
type PEDirectoriesBuilder = class
Public NotInheritable Class PEDirectoriesBuilder
Inheritance
PEDirectoriesBuilder

Constructors

PEDirectoriesBuilder()

Initializes an instance of the PEDirectoriesBuilder class.

Properties

AddressOfEntryPoint

The address of the entry point relative to the image base when the PE file is loaded into memory.

BaseRelocationTable

The base relocation table image directory entry.

BoundImportTable

The bound import image directory entry.

CopyrightTable

The copyright/architecture image directory entry.

CorHeaderTable

The COM descriptortable image directory entry.

DebugTable

The debug table image directory entry.

DelayImportTable

The delay import table image directory entry.

ExceptionTable

The exception table image directory entry.

ExportTable

The export table image directory entry.

GlobalPointerTable

The global pointer table image directory entry.

ImportAddressTable

The import address table (IAT) image directory entry.

ImportTable

The import table image directory entry.

LoadConfigTable

The load configuration table image directory entry.

ResourceTable

The resource table image directory entry.

ThreadLocalStorageTable

The thread local storage (TLS) table image directory entry.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to