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