Implemented interface member:
method
Invoke<TResult>
Microsoft.JSInterop.IJSInProcessRuntime.Invoke<TResult>(System.String, params System.Object[])
20 references to Invoke
BasicTestApp (1)
Program.cs (1)
88var currentUrl = DefaultWebAssemblyJSRuntime.Instance.Invoke<string>("getCurrentUrl");
Microsoft.JSInterop.Tests (19)
Infrastructure\DotNetDispatcherTest.cs (16)
119jsRuntime.Invoke<object>("unimportant", objectRef); 159jsRuntime.Invoke<object>("unimportant", objectRef); 182jsRuntime.Invoke<object>("unimportant", objectRef); 199jsRuntime.Invoke<object>("unimportant", objectRef); 216jsRuntime.Invoke<object>("unimportant", objectRef); 235jsRuntime.Invoke<object>("unimportant", objectRef); 254jsRuntime.Invoke<object>("unimportant", objectRef); 453jsRuntime.Invoke<object>("unimportant", 473jsRuntime.Invoke<object>("_setup", 489jsRuntime.Invoke<object>("_setup", 505jsRuntime.Invoke<object>("_setup", 553jsRuntime.Invoke<object>("_setup", 567jsRuntime.Invoke<object>("_setup", 628jsRuntime.Invoke<object>("unimportant", arg1Ref, arg2Ref); 667jsRuntime.Invoke<object>("unimportant", arg1Ref, arg2Ref); 695jsRuntime.Invoke<object>("unimportant", arg1Ref);
JSInProcessRuntimeTest.cs (3)
21var syncResult = runtime.Invoke<TestDTO>("test identifier 1", "arg1", 123, true)!; 42var syncResult = runtime.Invoke<DotNetObjectReference<object>>("test identifier", 76var syncResult = runtime.Invoke<DotNetObjectReference<object>[]>(