GenericAcl.GetBinaryForm(Byte[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marshals the contents of the GenericAcl object into the specified byte array beginning at the specified offset.
public:
abstract void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public abstract void GetBinaryForm (byte[] binaryForm, int offset);
abstract member GetBinaryForm : byte[] * int -> unit
Public MustOverride Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)
Parameters
- binaryForm
- Byte[]
The byte array into which the contents of the GenericAcl is marshaled.
- offset
- Int32
The offset at which to start marshaling.
Exceptions
offset
is negative or too high to allow the entire GenericAcl to be copied into array
.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.