AjTalk.Hosting.RemoteObject.ExecuteMethod C# (CSharp) Метод

ExecuteMethod() публичный Метод

public ExecuteMethod ( Interpreter interpreter, IMethod method, object arguments ) : object
interpreter AjTalk.Language.Interpreter
method IMethod
arguments object
Результат object
        public object ExecuteMethod(Interpreter interpreter, IMethod method, object[] arguments)
        {
            return this.obj.ExecuteMethod(interpreter, method, arguments);
        }

Same methods

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