DirectoryEntry(Int32, Int32) Constructor

Definition

Instantiates a new instance of the DirectoryEntry structure.

public:
 DirectoryEntry(int relativeVirtualAddress, int size);
public DirectoryEntry (int relativeVirtualAddress, int size);
new System.Reflection.PortableExecutable.DirectoryEntry : int * int -> System.Reflection.PortableExecutable.DirectoryEntry
Public Sub New (relativeVirtualAddress As Integer, size As Integer)

Parameters

relativeVirtualAddress
Int32

The Relative Virtual Address of the entry.

size
Int32

The size of the entry, in bytes.

Applies to