NSMutableData.ReplaceBytes Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- range
- NSRange
- buffer
-
IntPtr
nativeint
- Atributos
Se aplica a
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
Parámetros
- range
- NSRange
- buffer
-
IntPtr
nativeint
- length
- System.System.UIntPtr System.unativeint
- Atributos