FixedSizeBuffer.TryGetSegment(Int32, ArraySegment<Byte>) 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.
Essayez d’obtenir un segment avec une mémoire tampon de la taille spécifiée à partir de ce bloc. Échec s’il n’y a pas assez d’espace disponible
public bool TryGetSegment (int size, out ArraySegment<byte> value);
member this.TryGetSegment : int * ArraySegment -> bool
Public Function TryGetSegment (size As Integer, ByRef value As ArraySegment(Of Byte)) As Boolean
Paramètres
- size
- Int32
Taille.
- value
- ArraySegment<Byte>
Segment.
Retours
true
si le segment a été récupéré ; sinon false
, .