C# Class PeNet.Structures.IMAGE_IMPORT_DESCRIPTOR

The IMAGE_IMPORT_DESCRIPTORs are contained in the Import Directory and holds all the information about function and symbol imports.
Inheritance: AbstractStructure
Datei anzeigen Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_IMPORT_DESCRIPTOR ( byte buff, uint offset ) : System.Text

Create a new IMAGE_IMPORT_DESCRIPTOR object.

ToString ( ) : string

Creates a string representation of the objects properties.

Method Details

IMAGE_IMPORT_DESCRIPTOR() public method

Create a new IMAGE_IMPORT_DESCRIPTOR object.
public IMAGE_IMPORT_DESCRIPTOR ( byte buff, uint offset ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the descriptor.
return System.Text

ToString() public method

Creates a string representation of the objects properties.
public ToString ( ) : string
return string