CompoundAce.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 CompoundAce dans le tableau d'octets spécifié en commençant à l'offset 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
- binaryForm
- Byte[]
Tableau d’octets dans lequel le contenu de CompoundAce est marshalé.
- offset
- Int32
Offset au niveau duquel commencer le marshaling.
Exceptions
offset
est négatif ou trop élevé pour autoriser la copie de l’ensemble de la CompoundAce dans array
.