次の方法で共有


WebAssemblyJSRuntime.SendByteArray(Int32, Byte[]) メソッド

定義

バイト配列を .NET から JS に転送します。

protected override void SendByteArray (int id, byte[] data);
override this.SendByteArray : int * byte[] -> unit
Protected Overrides Sub SendByteArray (id As Integer, data As Byte())

パラメーター

id
Int32

転送されるバイト配列のアトミックインクリメント識別子。

data
Byte[]

JS に転送されるバイト配列。

適用対象