예제 #1
0
 public void SimpleCompileRunWitouthNamespaceExpectedMissingNamespaceException()
 {
     RemoteExecuter.Execute(iexe);
 }
예제 #2
0
 public void PrepareAddBodyWithoutReturn()
 {
     RemoteExecuter.Execute("new Action(delegate() { }).Invoke();");
     RemoteExecuter.Execute("if (1==1);");
 }
예제 #3
0
 public void SimpleCompileRunWithNamespace()
 {
     RemoteExecuter.Execute(iexe, new [] { "System.Media" });
 }