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