CommonAce.GetBinaryForm(Byte[], Int32) Method

Definition

Marshals the contents of the CommonAce object into the specified byte array beginning at the specified 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[]

The byte array into which the contents of the CommonAce object is marshaled.

offset
Int32

The offset at which to start marshaling.

Exceptions

offset is negative or too high to allow the entire CommonAce to be copied into the binaryForm array.

Applies to