다음을 통해 공유


NSMutableData.AppendBytes 메서드

정의

오버로드

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

적용 대상