Show / Hide Table of Contents

Class IMAGE_DELAY_IMPORT_DESCRIPTOR

The IMAGE_DELAY_IMPORT_DESCRIPTOR describes delayed imports.

Inheritance
System.Object
AbstractStructure
IMAGE_DELAY_IMPORT_DESCRIPTOR
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class IMAGE_DELAY_IMPORT_DESCRIPTOR : AbstractStructure

Constructors

| Improve this Doc View Source

IMAGE_DELAY_IMPORT_DESCRIPTOR(Byte[], UInt32)

Create a new IMAGE_DELAY_IMPORT_DESCRIPTOR object.

Declaration
public IMAGE_DELAY_IMPORT_DESCRIPTOR(byte[] buff, uint offset)
Parameters
Type Name Description
System.Byte[] buff

PE binary as byte buffer.

System.UInt32 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
Back to top Generated by DocFX