Метод | Описание | |
---|---|---|
Evaluate ( string expression ) : object | ||
Execute ( string commandtext ) : void | ||
Invoke ( IObject obj, string msgname ) : object | ||
RemotingHostClient ( string address ) : System | ||
RemotingHostClient ( string hostname, int port, string name ) : System | ||
ResultToObject ( object result ) : object |
Метод | Описание | |
---|---|---|
MakeAddress ( string hostname, int port, string name ) : string |
public Evaluate ( string expression ) : object | ||
expression | string | |
Результат | object |
public Execute ( string commandtext ) : void | ||
commandtext | string | |
Результат | void |
public Invoke ( IObject obj, string msgname ) : object | ||
obj | IObject | |
msgname | string | |
Результат | object |
public RemotingHostClient ( string address ) : System | ||
address | string | |
Результат | System |
public RemotingHostClient ( string hostname, int port, string name ) : System | ||
hostname | string | |
port | int | |
name | string | |
Результат | System |
public ResultToObject ( object result ) : object | ||
result | object | |
Результат | object |