DirectoryEntry(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.