Show / Hide Table of Contents

Class ImageDelayImportDescriptor

The ImageDelayImportDirectory describes delayed imports.

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

Constructors

| Improve this Doc View Source

ImageDelayImportDescriptor(IRawFile, Int64)

Create a new ImageDelayImportDirectory object.

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

A PE file.

System.Int64 offset

Offset to the delay import descriptor.

Properties

| Improve this Doc View Source

DwTimeStamp

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

GrAttrs

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

PBoundIAT

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

Phmod

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

PIat

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

PInt

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

PUnloadIAT

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

SzName

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