The ImageDelayImportDirectory describes delayed imports.
Inheritance
ImageDelayImportDescriptor
Assembly: PeNet.dll
public class ImageDelayImportDescriptor : AbstractStructure
Constructors
|
Edit this page
View Source
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
Declaration
public uint DwTimeStamp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint GrAttrs { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint PBoundIAT { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint PIat { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint PInt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint PUnloadIAT { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint Phmod { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint SzName { get; set; }
Property Value