NSMutableData.ReplaceBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ReplaceBytes(NSRange, IntPtr) | |
| ReplaceBytes(NSRange, IntPtr, UIntPtr) |
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