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)
88
var currentUrl = DefaultWebAssemblyJSRuntime.Instance.
Invoke
<string>("getCurrentUrl");
Microsoft.JSInterop.Tests (19)
Infrastructure\DotNetDispatcherTest.cs (16)
118
jsRuntime.
Invoke
<object>("unimportant", objectRef);
158
jsRuntime.
Invoke
<object>("unimportant", objectRef);
181
jsRuntime.
Invoke
<object>("unimportant", objectRef);
198
jsRuntime.
Invoke
<object>("unimportant", objectRef);
215
jsRuntime.
Invoke
<object>("unimportant", objectRef);
234
jsRuntime.
Invoke
<object>("unimportant", objectRef);
253
jsRuntime.
Invoke
<object>("unimportant", objectRef);
452
jsRuntime.
Invoke
<object>("unimportant",
472
jsRuntime.
Invoke
<object>("_setup",
488
jsRuntime.
Invoke
<object>("_setup",
504
jsRuntime.
Invoke
<object>("_setup",
552
jsRuntime.
Invoke
<object>("_setup",
566
jsRuntime.
Invoke
<object>("_setup",
627
jsRuntime.
Invoke
<object>("unimportant", arg1Ref, arg2Ref);
666
jsRuntime.
Invoke
<object>("unimportant", arg1Ref, arg2Ref);
694
jsRuntime.
Invoke
<object>("unimportant", arg1Ref);
JSInProcessRuntimeTest.cs (3)
20
var syncResult = runtime.
Invoke
<TestDTO>("test identifier 1", "arg1", 123, true)!;
41
var syncResult = runtime.
Invoke
<DotNetObjectReference<object>>("test identifier",
75
var syncResult = runtime.
Invoke
<DotNetObjectReference<object>[]>(