CompoundAce.GetBinaryForm(Byte[], Int32) Methode

Definitie

Marshals de inhoud van het CompoundAce object in de opgegeven bytematrix vanaf de opgegeven offset.

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)

Parameters

binaryForm
Byte[]

De bytematrix waarin de inhoud van de CompoundAce marshaled wordt weergegeven.

offset
Int32

De verschuiving waar het marshaling begint.

Uitzonderingen

offset is negatief of te hoog om het hele CompoundAce te kopiƫren naar binaryForm.

Van toepassing op