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)
88
var currentUrl = DefaultWebAssemblyJSRuntime.Instance.
Invoke
<string>("getCurrentUrl");
Microsoft.JSInterop.Tests (18)
Infrastructure\DotNetDispatcherTest.cs (15)
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",
516
jsRuntime.
Invoke
<object>("_setup",
530
jsRuntime.
Invoke
<object>("_setup",
591
jsRuntime.
Invoke
<object>("unimportant", arg1Ref, arg2Ref);
630
jsRuntime.
Invoke
<object>("unimportant", arg1Ref, arg2Ref);
658
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>[]>(