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

定義

將物件內容 ObjectAce 從指定的偏移量開始編組到指定的位元組陣列中。

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[]

該位元組陣列將 的內容編入。ObjectAce

offset
Int32

開始動員的偏移點。

例外狀況

offset 是負值或值過高,無法將整個 ObjectAce 複製到 binaryForm

適用於