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