Show / Hide Table of Contents

Class ImageDelayImportDescriptor

The ImageDelayImportDirectory describes delayed imports.

Inheritance
object
AbstractStructure
ImageDelayImportDescriptor
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 ImageDelayImportDescriptor : AbstractStructure

Constructors

| Edit this page View Source

ImageDelayImportDescriptor(IRawFile, long)

Create a new ImageDelayImportDirectory object.

Declaration
public ImageDelayImportDescriptor(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

long offset

Offset to the delay import descriptor.

Properties

| Edit this page View Source

DwTimeStamp

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

GrAttrs

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

PBoundIAT

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

PIat

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

PInt

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

PUnloadIAT

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

Phmod

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

SzName

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