Show / Hide Table of Contents

Class ImageBoundImportDescriptor

Bound import descriptor.

Inheritance
object
AbstractStructure
ImageBoundImportDescriptor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageBoundImportDescriptor : AbstractStructure

Constructors

| Edit this page View Source

ImageBoundImportDescriptor(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 Source

NumberOfModuleForwarderRefs

Number of module forwarder references.

Declaration
public ushort NumberOfModuleForwarderRefs { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

OffsetModuleName

Offset module name.

Declaration
public ushort OffsetModuleName { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

TimeDateStamp

Time date stamp.

Declaration
public uint TimeDateStamp { get; set; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX