Show / Hide Table of Contents

Class IMAGE_BOUND_IMPORT_DESCRIPTOR

Bound import descriptor.

Inheritance
System.Object
AbstractStructure
IMAGE_BOUND_IMPORT_DESCRIPTOR
Inherited Members
AbstractStructure.ToString()
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 Source

IMAGE_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 Source

NumberOfModuleForwarderRefs

Number of module forwarder references.

Declaration
public ushort NumberOfModuleForwarderRefs { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

OffsetModuleName

Offset module name.

Declaration
public ushort OffsetModuleName { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

TimeDateStamp

Time date stamp.

Declaration
public uint TimeDateStamp { get; set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX