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