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