C# Class PeNet.ImportFunction

Represents an imported function.
显示文件 Open project: secana/PeNet Class Usage Examples

Public Methods

Method 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 method

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.
return System.Text

ToString() public method

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