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.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageImportByName : AbstractStructure
Constructors
| Improve this Doc View SourceImageImportByName(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 SourceHint
Hint.
Declaration
public ushort Hint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
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 |