1 instantiation of RemoteInvokeHandle
Microsoft.DotNet.RemoteExecutor (1)
63 references to RemoteInvokeHandle
Aspire.Cli.Tests (1)
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)
116public static RemoteInvokeHandle Invoke(Action method, RemoteInvokeOptions options = null)
126public static RemoteInvokeHandle Invoke(Action<string> method, string arg, RemoteInvokeOptions options = null)
136public static RemoteInvokeHandle Invoke(Action<string, string> method, string arg1, string arg2,
148public static RemoteInvokeHandle Invoke(Action<string, string, string> method, string arg1, string arg2,
161public static RemoteInvokeHandle Invoke(Action<string, string, string, string> method, string arg1,
175public static RemoteInvokeHandle Invoke(Action<string, string, string, string, string> method, string arg1,
184public static RemoteInvokeHandle Invoke(Func<Task<int>> method, RemoteInvokeOptions options = null)
193public static RemoteInvokeHandle Invoke(Func<string, Task<int>> method, string arg,
204public static RemoteInvokeHandle Invoke(Func<string, string, Task<int>> method, string arg1, string arg2,
216public static RemoteInvokeHandle Invoke(Func<string, string, string, Task<int>> method, string arg1,
229public static RemoteInvokeHandle Invoke(Func<string, string, string, string, Task<int>> method, string arg1,
243public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, Task<int>> method, string arg1,
252public static RemoteInvokeHandle Invoke(Func<Task> method, RemoteInvokeOptions options = null)
261public static RemoteInvokeHandle Invoke(Func<string, Task> method, string arg,
272public static RemoteInvokeHandle Invoke(Func<string, string, Task> method, string arg1, string arg2,
284public static RemoteInvokeHandle Invoke(Func<string, string, string, Task> method, string arg1,
297public static RemoteInvokeHandle Invoke(Func<string, string, string, string, Task> method, string arg1,
311public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, Task> method, string arg1,
320public static RemoteInvokeHandle Invoke(Func<int> method, RemoteInvokeOptions options = null)
329public static RemoteInvokeHandle Invoke(Func<string, int> method, string arg,
340public static RemoteInvokeHandle Invoke(Func<string, string, int> method, string arg1, string arg2,
352public static RemoteInvokeHandle Invoke(Func<string, string, string, int> method, string arg1,
365public static RemoteInvokeHandle Invoke(Func<string, string, string, string, int> method, string arg1,
379public static RemoteInvokeHandle Invoke(Func<string, string, string, string, string, int> method,
389public static RemoteInvokeHandle InvokeRaw(Delegate method, string unparsedArg,
400private static RemoteInvokeHandle Invoke(MethodInfo method, string[] args,
Microsoft.DotNet.RemoteExecutor.Tests (3)
Microsoft.VisualBasic.Forms.Tests (1)
System.Windows.Forms.Tests (14)