CustomAce.GetBinaryForm(Byte[], Int32) 方法

定義

CustomAce 物件的內容封送處理到開始於指定位移的指定位元組陣列。

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)

參數

binaryForm
Byte[]

位元組陣列,CustomAce 的內容會封送處理至此陣列。

offset
Int32

要開始封送處理的位移。

例外狀況

offset 是負數或太高,因而不允許將整個 CustomAce 複製到 array

適用於