共用方式為


NSMutableData.ReplaceBytes 方法

定義

多載

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
屬性

適用於