WebAssemblyJSRuntime.SendByteArray(Int32, Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected override void SendByteArray (int id, byte[] data);
override this.SendByteArray : int * byte[] -> unit
Protected Overrides Sub SendByteArray (id As Integer, data As Byte())
參數
-
id
-
Int32
要傳輸之位元組陣列的不可部分完成遞增識別碼。
-
data
-
Byte[]
要傳送至 JS 的位元組陣列。
適用於