NSMutableData.ReplaceBytes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ReplaceBytes(NSRange, IntPtr) | |
ReplaceBytes(NSRange, IntPtr, nuint) |
ReplaceBytes(NSRange, IntPtr)
[Foundation.Export("replaceBytesInRange:withBytes:")]
public virtual void ReplaceBytes (Foundation.NSRange range, IntPtr buffer);
abstract member ReplaceBytes : Foundation.NSRange * nativeint -> unit
override this.ReplaceBytes : Foundation.NSRange * nativeint -> unit
參數
- range
- NSRange
- buffer
-
IntPtr
nativeint
- 屬性
適用於
ReplaceBytes(NSRange, IntPtr, nuint)
[Foundation.Export("replaceBytesInRange:withBytes:length:")]
public virtual void ReplaceBytes (Foundation.NSRange range, IntPtr buffer, nuint length);
abstract member ReplaceBytes : Foundation.NSRange * nativeint * nuint -> unit
override this.ReplaceBytes : Foundation.NSRange * nativeint * nuint -> unit
參數
- range
- NSRange
- buffer
-
IntPtr
nativeint
- length
- System.System.UIntPtr System.unativeint
- 屬性