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