Share via


NSMutableData.ReplaceBytes Method

Definition

Overloads

ReplaceBytes(NSRange, IntPtr)

[Foundation.Export("replaceBytesInRange:withBytes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceBytes(Foundation.NSRange range, IntPtr buffer);
[<Foundation.Export("replaceBytesInRange:withBytes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceBytes : Foundation.NSRange * nativeint -> unit
override this.ReplaceBytes : Foundation.NSRange * nativeint -> unit

Parameters

range
NSRange
buffer
IntPtr

nativeint

Attributes

Applies to

ReplaceBytes(NSRange, IntPtr, UIntPtr)

[Foundation.Export("replaceBytesInRange:withBytes:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceBytes(Foundation.NSRange range, IntPtr buffer, UIntPtr length);
[<Foundation.Export("replaceBytesInRange:withBytes:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceBytes : Foundation.NSRange * nativeint * unativeint -> unit
override this.ReplaceBytes : Foundation.NSRange * nativeint * unativeint -> unit

Parameters

range
NSRange
buffer
IntPtr

nativeint

length
UIntPtr

unativeint

Attributes

Applies to