4 types derived from JSInProcessRuntime
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (1)
1018public class TestJSRuntime : JSInProcessRuntime
JSInProcessRuntimeTest.cs (1)
92class TestJSInProcessRuntime : JSInProcessRuntime
JSObjectReferenceTest.cs (1)
82class TestJSInProcessRuntime : JSInProcessRuntime
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
15public abstract class WebAssemblyJSRuntime : JSInProcessRuntime
3 references to JSInProcessRuntime
Microsoft.JSInterop (3)
Implementation\JSInProcessObjectReference.cs (3)
15private readonly JSInProcessRuntime _jsRuntime; 20/// <param name="jsRuntime">The <see cref="JSInProcessRuntime"/> used for invoking JS interop calls.</param> 22protected internal JSInProcessObjectReference(JSInProcessRuntime jsRuntime, long id) : base(jsRuntime, id)