1 implementation of IJSInProcessRuntime
Microsoft.JSInterop (1)
JSInProcessRuntime.cs (1)
13public abstract class JSInProcessRuntime : JSRuntime, IJSInProcessRuntime
5 references to IJSInProcessRuntime
Microsoft.JSInterop (3)
JSInProcessRuntimeExtensions.cs (3)
10/// Extensions for <see cref="IJSInProcessRuntime"/>. 17/// <param name="jsRuntime">The <see cref="IJSInProcessRuntime"/>.</param> 21public static void InvokeVoid(this IJSInProcessRuntime jsRuntime, string identifier, params object?[]? args)
Microsoft.JSInterop.Tests (1)
JSInProcessRuntimeExtensionsTest.cs (1)
17var jsRuntime = new Mock<IJSInProcessRuntime>(MockBehavior.Strict);
Wasm.Performance.TestApp (1)
BenchmarkEvent.cs (1)
14((IJSInProcessRuntime)jsRuntime)?.Invoke<object>(