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