Class IMAGE_DELAY_IMPORT_DESCRIPTOR
The IMAGE_DELAY_IMPORT_DESCRIPTOR describes delayed imports.
Inherited Members
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 SourceIMAGE_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 SourcedwTimeStamp
Declaration
public uint dwTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
grAttrs
Declaration
public uint grAttrs { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
pBoundIAT
Declaration
public uint pBoundIAT { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
phmod
Declaration
public uint phmod { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
pIAT
Declaration
public uint pIAT { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
pINT
Declaration
public uint pINT { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
pUnloadIAT
Declaration
public uint pUnloadIAT { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
szName
Declaration
public uint szName { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |