Implemented interface member:
method
Invoke<TResult>
Microsoft.JSInterop.IJSInProcessRuntime.Invoke<TResult>(System.String, params System.Object[])
19 references to Invoke
BasicTestApp (1)
Program.cs (1)
88var currentUrl = DefaultWebAssemblyJSRuntime.Instance.Invoke<string>("getCurrentUrl");
Microsoft.JSInterop.Tests (18)
Infrastructure\DotNetDispatcherTest.cs (15)
118jsRuntime.Invoke<object>("unimportant", objectRef); 158jsRuntime.Invoke<object>("unimportant", objectRef); 181jsRuntime.Invoke<object>("unimportant", objectRef); 198jsRuntime.Invoke<object>("unimportant", objectRef); 215jsRuntime.Invoke<object>("unimportant", objectRef); 234jsRuntime.Invoke<object>("unimportant", objectRef); 253jsRuntime.Invoke<object>("unimportant", objectRef); 444jsRuntime.Invoke<object>("unimportant", 464jsRuntime.Invoke<object>("_setup", 480jsRuntime.Invoke<object>("_setup", 508jsRuntime.Invoke<object>("_setup", 522jsRuntime.Invoke<object>("_setup", 583jsRuntime.Invoke<object>("unimportant", arg1Ref, arg2Ref); 622jsRuntime.Invoke<object>("unimportant", arg1Ref, arg2Ref); 650jsRuntime.Invoke<object>("unimportant", arg1Ref);
JSInProcessRuntimeTest.cs (3)
20var syncResult = runtime.Invoke<TestDTO>("test identifier 1", "arg1", 123, true)!; 41var syncResult = runtime.Invoke<DotNetObjectReference<object>>("test identifier", 75var syncResult = runtime.Invoke<DotNetObjectReference<object>[]>(