1 instantiation of RemoteInvokeHandle
Microsoft.DotNet.RemoteExecutor (1)
62 references to RemoteInvokeHandle
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Http.Extensions.Tests (4)
Microsoft.AspNetCore.Http.Results.Tests (4)
Microsoft.AspNetCore.Mvc.Abstractions.Test (2)
Microsoft.AspNetCore.Mvc.Core.Test (3)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.AspNetCore.Tests (3)
Microsoft.DotNet.RemoteExecutor (26)
RemoteExecutor.cs (26)
123public static RemoteInvokeHandle Invoke(Action method, RemoteInvokeOptions options = null)
133public static RemoteInvokeHandle Invoke(Action<string> method, string arg, RemoteInvokeOptions options = null)
143public static RemoteInvokeHandle Invoke(Action<string, string> method, string arg1, string arg2,
155public static RemoteInvokeHandle Invoke(Action<string, string, string> method, string arg1, string arg2,
168public static RemoteInvokeHandle Invoke(Action<string, string, string, string> method, string arg1,
182public static RemoteInvokeHandle Invoke(Action<string, string, string, string, string> method, string arg1,
191public static RemoteInvokeHandle Invoke(Func<Task<int>> method, RemoteInvokeOptions options = null)
200public static RemoteInvokeHandle Invoke(Func<string, Task<int>> method, string arg,
211public static RemoteInvokeHandle Invoke(Func<string, string, Task<int>> method, string arg1, string arg2,
223public static RemoteInvokeHandle Invoke(Func<string, string, string, Task<int>> method, string arg1,
236public static RemoteInvokeHandle Invoke(Func<string, string, string, string, Task<int>> method, string arg1,
250public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, Task<int>> method, string arg1,
259public static RemoteInvokeHandle Invoke(Func<Task> method, RemoteInvokeOptions options = null)
268public static RemoteInvokeHandle Invoke(Func<string, Task> method, string arg,
279public static RemoteInvokeHandle Invoke(Func<string, string, Task> method, string arg1, string arg2,
291public static RemoteInvokeHandle Invoke(Func<string, string, string, Task> method, string arg1,
304public static RemoteInvokeHandle Invoke(Func<string, string, string, string, Task> method, string arg1,
318public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, Task> method, string arg1,
327public static RemoteInvokeHandle Invoke(Func<int> method, RemoteInvokeOptions options = null)
336public static RemoteInvokeHandle Invoke(Func<string, int> method, string arg,
347public static RemoteInvokeHandle Invoke(Func<string, string, int> method, string arg1, string arg2,
359public static RemoteInvokeHandle Invoke(Func<string, string, string, int> method, string arg1,
372public static RemoteInvokeHandle Invoke(Func<string, string, string, string, int> method, string arg1,
386public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, int> method,
396public static RemoteInvokeHandle InvokeRaw(Delegate method, string unparsedArg,
407private static RemoteInvokeHandle Invoke(MethodInfo method, string[] args,
Microsoft.DotNet.RemoteExecutor.Tests (3)
Microsoft.VisualBasic.Forms.Tests (1)
System.Windows.Forms.Tests (14)