Class IMAGE_BOUND_IMPORT_DESCRIPTOR
Bound import descriptor.
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_BOUND_IMPORT_DESCRIPTOR : AbstractStructure
Constructors
| Improve this Doc View SourceIMAGE_BOUND_IMPORT_DESCRIPTOR(Byte[], UInt32)
Create new bound import descriptor structure.
Declaration
public IMAGE_BOUND_IMPORT_DESCRIPTOR(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | PE file as byte buffer. |
System.UInt32 | offset | Offset of bound import descriptor in the buffer. |
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 |