C# Class AjTalk.Hosting.Host

Inheritance: System.MarshalByRefObject, IHost
Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( string command ) : object
Execute ( string command ) : void
Host ( ) : System
Host ( System.Machine machine ) : System
Invoke ( IObject obj, string msgname, object args ) : object

Method Details

Evaluate() public méthode

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

Execute() public méthode

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

Host() public méthode

public Host ( ) : System
Résultat System

Host() public méthode

public Host ( System.Machine machine ) : System
machine System.Machine
Résultat System

Invoke() public méthode

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