Class ImageDataDirectory
The ImageDataDirectory struct represents the data directory,
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageDataDirectory : AbstractStructure
Constructors
| Edit this page View SourceImageDataDirectory(IRawFile, long)
Create a new ImageDataDirectory object.
Declaration
public ImageDataDirectory(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file. |
| long | offset | Raw offset to the data directory in the binary. |
Properties
| Edit this page View SourceSize
Table size in bytes.
Declaration
public uint Size { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
VirtualAddress
RVA of the table.
Declaration
public uint VirtualAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |