C# Class AjTalk.Hosting.RemotingHostClient

Inheritance: IHost
Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
MakeAddress ( string hostname, int port, string name ) : string

Method Details

Evaluate() public méthode

public Evaluate ( string expression ) : object
expression string
Résultat object

Execute() public méthode

public Execute ( string commandtext ) : void
commandtext string
Résultat void

Invoke() public méthode

public Invoke ( IObject obj, string msgname ) : object
obj IObject
msgname string
Résultat object

RemotingHostClient() public méthode

public RemotingHostClient ( string address ) : System
address string
Résultat System

RemotingHostClient() public méthode

public RemotingHostClient ( string hostname, int port, string name ) : System
hostname string
port int
name string
Résultat System

ResultToObject() public méthode

public ResultToObject ( object result ) : object
result object
Résultat object