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)
156
public static void InvokeJS(JSFunctionBinding signature, Span<
JSMarshalerArgument
> arguments) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
206
public delegate void ArgumentToManagedCallback<T>(ref
JSMarshalerArgument
arg, out T value);
208
public delegate void ArgumentToJSCallback<T>(ref
JSMarshalerArgument
arg, T value);