Class ImageBoundImportDescriptor
Bound import descriptor.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageBoundImportDescriptor : AbstractStructure
Constructors
| Edit this page View SourceImageBoundImportDescriptor(IRawFile, long)
Create new bound import descriptor structure.
Declaration
public ImageBoundImportDescriptor(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file. |
| long | offset | Offset of bound import descriptor in the PE file. |
Properties
| Edit this page View SourceNumberOfModuleForwarderRefs
Number of module forwarder references.
Declaration
public ushort NumberOfModuleForwarderRefs { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
OffsetModuleName
Offset module name.
Declaration
public ushort OffsetModuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
TimeDateStamp
Time date stamp.
Declaration
public uint TimeDateStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |