JSInProcessRuntime.cs (5)
27=> Invoke<TValue>(identifier, WindowObjectId, JSCallType.FunctionCall, args);
32=> Invoke<IJSInProcessObjectReference>(identifier, WindowObjectId, JSCallType.NewCall, args);
37=> Invoke<TValue>(identifier, WindowObjectId, JSCallType.GetValue);
42=> Invoke<IJSVoidResult>(identifier, WindowObjectId, JSCallType.SetValue, value);
81=> InvokeJS(identifier, argsJson, JSCallResultType.Default, WindowObjectId);