Show / Hide Table of Contents

Class ImageDataDirectory

The ImageDataDirectory struct represents the data directory,

Inheritance
System.Object
AbstractStructure
ImageDataDirectory
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageDataDirectory : AbstractStructure

Constructors

| Improve this Doc View Source

ImageDataDirectory(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 Source

Size

Table size in bytes.

Declaration
public uint Size { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

VirtualAddress

RVA of the table.

Declaration
public uint VirtualAddress { get; set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX