Show / Hide Table of Contents

Class ImageDataDirectory

The ImageDataDirectory struct represents the data directory,

Inheritance
object
AbstractStructure
ImageDataDirectory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageDataDirectory : AbstractStructure

Constructors

| Edit this page View Source

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

Size

Table size in bytes.

Declaration
public uint Size { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

VirtualAddress

RVA of the table.

Declaration
public uint VirtualAddress { get; set; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX