Udostępnij przez


WebAssemblyJSRuntime.SendByteArray(Int32, Byte[]) Metoda

Definicja

Transferuje tablicę bajtów z platformy .NET do 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())

Parametry

id
Int32

Niepodziealnie przyrostowy identyfikator transferowanej tablicy bajtów.

data
Byte[]

Tablica bajtów, która ma zostać przeniesiona do js.

Dotyczy