public static System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle RemoteInvoke(System.Func <string, string, string, string, string, int> method, string arg1, string arg2, string arg3, string arg4, string arg5, System.Diagnostics.RemoteInvokeOptions options = null)
 {
     throw null;
 }
 public static System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle RemoteInvoke(System.Func <string, System.Threading.Tasks.Task <int> > method, string arg, System.Diagnostics.RemoteInvokeOptions options = null)
 {
     throw null;
 }
 public static System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle RemoteInvoke(System.Func <int> method, System.Diagnostics.RemoteInvokeOptions options = null)
 {
     throw null;
 }
 public RemoteInvokeHandle(System.Diagnostics.Process process, System.Diagnostics.RemoteInvokeOptions options)
 {
 }
 public static System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle RemoteInvokeRaw(System.Delegate method, string unparsedArg, System.Diagnostics.RemoteInvokeOptions options = null)
 {
     throw null;
 }
 public RemoteInvokeHandle(System.Diagnostics.Process process, System.Diagnostics.RemoteInvokeOptions options, string assemblyName, string className, string methodName)
 {
 }
Exemple #7
0
 public static System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle RemoteInvoke(System.Action <string, string> method, string arg1, string arg2, System.Diagnostics.RemoteInvokeOptions options = null)
 {
     throw null;
 }