NSMutableData.ReplaceBytes Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- range
- NSRange
- buffer
-
IntPtr
nativeint
- Attributs
S’applique à
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
Paramètres
- range
- NSRange
- buffer
-
IntPtr
nativeint
- length
- System.System.UIntPtr System.unativeint
- Attributs