IBinaryTokenStreamReader.ReadBytes(Int32) 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.
Lisez les octets suivants à partir du flux.
public byte[] ReadBytes (int count);
abstract member ReadBytes : int -> byte[]
Public Function ReadBytes (count As Integer) As Byte()
Paramètres
- count
- Int32
Nombre d’octets à lire.
Retours
Byte[]
Données de la position actuelle dans le flux, converties en type de sortie approprié.