C# Class PeNet.ExportFunction

Represents an exported function.
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Text

ToString() public méthode

Creates a string representation of all properties of the object.
public ToString ( ) : string
Résultat string