Show / Hide Table of Contents

Class ImageBoundImportDescriptor

Bound import descriptor.

Inheritance
System.Object
AbstractStructure
ImageBoundImportDescriptor
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageBoundImportDescriptor : AbstractStructure

Constructors

| Improve this Doc View Source

ImageBoundImportDescriptor(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 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
In This Article
Back to top Generated by DocFX