Partager via


WebAssemblyJSRuntime.SendByteArray(Int32, Byte[]) Méthode

Définition

Transfère un tableau d’octets de .NET vers 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())

Paramètres

id
Int32

Identificateur d’incrémentation atomique pour le tableau d’octets transféré.

data
Byte[]

Tableau d’octets à transférer vers JS.

S’applique à