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.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageImportByName : AbstractStructure
Constructors
| Edit this page View SourceImageImportByName(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 SourceHint
Hint.
Declaration
public ushort Hint { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Name
Name of the function to import as a C-string (null terminated).
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |