C# Class TUP.AsmResolver.ExportMethod

Represents a procedure or method that is inside a portable executable file and can be used by other PE files.
Inheritance: IMethod
Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the string representation of the exportable method.

Private Methods

Méthode Description
ExportMethod ( string lib, string name, uint nameRva, uint rva, ushort ordinal ) : System

Method Details

ToString() public méthode

Returns the string representation of the exportable method.
public ToString ( ) : string
Résultat string