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
object
AbstractStructure
ImageImportByName
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 ImageImportByName : AbstractStructure

Constructors

| Edit this page View Source

ImageImportByName(IRawFile, uint)

Create new ImageImportByName object.

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

A PE file.

uint offset

Raw offset of the ImageImportByName.

Properties

| Edit this page View Source

Hint

Hint.

Declaration
public ushort Hint { get; set; }
Property Value
Type Description
ushort
| Edit this page 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
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX