CommonAce.GetBinaryForm(Byte[], Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 CommonAce 对象的内容从指定的偏移量开始封送到指定的字节数组中。
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)
参数
- offset
- Int32
开始封送的偏移量。
例外
offset
如果为负数或过高,则会将整个 CommonAce 复制到 binaryForm
数组。