C# Class AjTalk.Hosting.Host

Inheritance: System.MarshalByRefObject, IHost
Mostrar archivo Open project: ajlopez/AjTalk Class Usage Examples

Public Methods

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

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

Execute() public method

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

Host() public method

public Host ( ) : System
return System

Host() public method

public Host ( System.Machine machine ) : System
machine System.Machine
return System

Invoke() public method

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