Show / Hide Table of Contents

Class ImageImportByName

The ImageImportByName structure is used to describes imports of functions or symbols by their name. The AddressOfData in the ImageThunkData from the ImageImportDescriptor points to it.

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

Constructors

| Improve this Doc View Source

ImageImportByName(IRawFile, UInt32)

Create new ImageImportByName object.

Declaration
public ImageImportByName(IRawFile peFile, uint offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

System.UInt32 offset

Raw offset of the ImageImportByName.

Properties

| Improve this Doc View Source

Hint

Hint.

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

Name

Name of the function to import as a C-string (null terminated).

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX