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)
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); 452jsRuntime.Invoke<object>("unimportant", 472jsRuntime.Invoke<object>("_setup", 488jsRuntime.Invoke<object>("_setup", 504jsRuntime.Invoke<object>("_setup", 552jsRuntime.Invoke<object>("_setup", 566jsRuntime.Invoke<object>("_setup", 627jsRuntime.Invoke<object>("unimportant", arg1Ref, arg2Ref); 666jsRuntime.Invoke<object>("unimportant", arg1Ref, arg2Ref); 694jsRuntime.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>[]>(