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.
|
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 |