JSRuntime.SendByteArray(Int32, Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Transfère un tableau d’octets de .NET vers 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())
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.