示例#1
0
 public object Evaluate(string code)
 {
     remoteInvoke = new RemoteInvoke(Uri, map);
     return(remoteInvoke.Evaluate(code));
 }
示例#2
0
 public void Execute(string code)
 {
     remoteInvoke = new RemoteInvoke(Uri, map);
     remoteInvoke.Execute(code);
 }