C# Class PeNet.ImportFunction

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

Méthodes publiques

Méthode Description
ImportFunction ( string name, string dll, ushort hint ) : System.Text

Create a new ImportFunction object.

ToString ( ) : string

Creates a string representation of all properties of the object.

Method Details

ImportFunction() public méthode

Create a new ImportFunction object.
public ImportFunction ( string name, string dll, ushort hint ) : System.Text
name string Function name.
dll string DLL where the function comes from.
hint ushort Function hint.
Résultat System.Text

ToString() public méthode

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