CommonAce.GetBinaryForm(Byte[], 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.
Marshale le contenu de l’objet CommonAce dans le tableau d’octets spécifié à partir du décalage spécifié.
public:
override void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public override void GetBinaryForm(byte[] binaryForm, int offset);
override this.GetBinaryForm : byte[] * int -> unit
Public Overrides Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)
Paramètres
- offset
- Int32
Décalage auquel commencer le marshaling.
Exceptions
offset est négatif ou trop élevé pour permettre à l’ensemble CommonAce d’être copié dans le binaryForm tableau.