3 references to JSMarshalerArgument
System.Runtime.InteropServices.JavaScript (3)
artifacts\obj\System.Runtime.InteropServices.JavaScript\Debug\net10.0\System.Runtime.InteropServices.JavaScript.notsupported.cs (3)
156public static void InvokeJS(JSFunctionBinding signature, Span<JSMarshalerArgument> arguments) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 206public delegate void ArgumentToManagedCallback<T>(ref JSMarshalerArgument arg, out T value); 208public delegate void ArgumentToJSCallback<T>(ref JSMarshalerArgument arg, T value);