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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.