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
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns the string representation of the exportable method.

Private Methods

Method Description
ExportMethod ( string lib, string name, uint nameRva, uint rva, ushort ordinal ) : System

Method Details

ToString() public method

Returns the string representation of the exportable method.
public ToString ( ) : string
return string