C# Class AjTalk.Hosting.RemotingHostClient

Inheritance: IHost
Mostrar archivo Open project: ajlopez/AjTalk Class Usage Examples

Public Methods

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

Private Methods

Method Description
MakeAddress ( string hostname, int port, string name ) : string

Method Details

Evaluate() public method

public Evaluate ( string expression ) : object
expression string
return object

Execute() public method

public Execute ( string commandtext ) : void
commandtext string
return void

Invoke() public method

public Invoke ( IObject obj, string msgname ) : object
obj IObject
msgname string
return object

RemotingHostClient() public method

public RemotingHostClient ( string address ) : System
address string
return System

RemotingHostClient() public method

public RemotingHostClient ( string hostname, int port, string name ) : System
hostname string
port int
name string
return System

ResultToObject() public method

public ResultToObject ( object result ) : object
result object
return object