次の方法で共有


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

適用対象