C# Class AjTalk.Hosting.RemoteObject

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

Public Methods

Method Description
DefineObjectMethod ( IMethod method ) : void
ExecuteMethod ( Interpreter interpreter, IMethod method, object arguments ) : object
ExecuteMethod ( System.Machine machine, IMethod method, object arguments ) : object
RemoteObject ( IObject obj, System.Machine machine ) : System
SendMessage ( System.Machine machine, string msgname, object args ) : object
this ( int n ) : object

Method Details

DefineObjectMethod() public method

public DefineObjectMethod ( IMethod method ) : void
method IMethod
return void

ExecuteMethod() public method

public ExecuteMethod ( Interpreter interpreter, IMethod method, object arguments ) : object
interpreter AjTalk.Language.Interpreter
method IMethod
arguments object
return object

ExecuteMethod() public method

public ExecuteMethod ( System.Machine machine, IMethod method, object arguments ) : object
machine System.Machine
method IMethod
arguments object
return object

RemoteObject() public method

public RemoteObject ( IObject obj, System.Machine machine ) : System
obj IObject
machine System.Machine
return System

SendMessage() public method

public SendMessage ( System.Machine machine, string msgname, object args ) : object
machine System.Machine
msgname string
args object
return object

this() public method

public this ( int n ) : object
n int
return object