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