NSMutableData.AppendBytes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AppendBytes(Byte[]) | |
AppendBytes(IntPtr, nuint) |
將指定的位元組數目新增至這個 NSMutableData。 |
AppendBytes(Byte[], nint, nint) |
AppendBytes(Byte[])
public void AppendBytes (byte[] bytes);
member this.AppendBytes : byte[] -> unit
參數
- bytes
- Byte[]
適用於
AppendBytes(IntPtr, nuint)
將指定的位元組數目新增至這個 NSMutableData。
[Foundation.Export("appendBytes:length:")]
public virtual void AppendBytes (IntPtr bytes, nuint len);
abstract member AppendBytes : nativeint * nuint -> unit
override this.AppendBytes : nativeint * nuint -> unit
參數
- bytes
-
IntPtr
nativeint
- len
- System.System.UIntPtr System.unativeint
- 屬性
適用於
AppendBytes(Byte[], nint, nint)
public void AppendBytes (byte[] bytes, nint start, nint len);
member this.AppendBytes : byte[] * nint * nint -> unit
參數
- bytes
- Byte[]
- start
- System.System.IntPtr System.nativeint
- len
- System.System.IntPtr System.nativeint