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