WebAssemblyJSRuntime.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 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.