JSRuntime.SendByteArray(Int32, Byte[]) Metodo

Definizione

Trasferisce una matrice di byte da .NET a JS.

protected internal virtual void SendByteArray (int id, byte[] data);
abstract member SendByteArray : int * byte[] -> unit
override this.SendByteArray : int * byte[] -> unit
Protected Friend Overridable Sub SendByteArray (id As Integer, data As Byte())

Parametri

id
Int32

Identificatore con incremento atomico per la matrice di byte da trasferire.

data
Byte[]

Matrice di byte da trasferire in JS.

Si applica a