C# Class PeNet.ExportFunction

Represents an exported function.
Datei anzeigen Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
ExportFunction ( string name, uint address, ushort ordinal ) : System.Text

Create a new ExportFunction object.

ToString ( ) : string

Creates a string representation of all properties of the object.

Method Details

ExportFunction() public method

Create a new ExportFunction object.
public ExportFunction ( string name, uint address, ushort ordinal ) : System.Text
name string Name of the function.
address uint Address of function.
ordinal ushort Ordinal of the function.
return System.Text

ToString() public method

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