C# Class AjTalk.Hosting.RemoteObject

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

Méthodes publiques

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

public DefineObjectMethod ( IMethod method ) : void
method IMethod
Résultat void

ExecuteMethod() public méthode

public ExecuteMethod ( Interpreter interpreter, IMethod method, object arguments ) : object
interpreter AjTalk.Language.Interpreter
method IMethod
arguments object
Résultat object

ExecuteMethod() public méthode

public ExecuteMethod ( System.Machine machine, IMethod method, object arguments ) : object
machine System.Machine
method IMethod
arguments object
Résultat object

RemoteObject() public méthode

public RemoteObject ( IObject obj, System.Machine machine ) : System
obj IObject
machine System.Machine
Résultat System

SendMessage() public méthode

public SendMessage ( System.Machine machine, string msgname, object args ) : object
machine System.Machine
msgname string
args object
Résultat object

this() public méthode

public this ( int n ) : object
n int
Résultat object