GenericAcl.GetBinaryForm(Byte[], Int32) Метод
Определение
Маршалирует содержимое объекта GenericAcl в указанный массив байтов, начиная с указанной позиции.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)
Параметры
- binaryForm
- Byte[]
Массив байтов, в который маршалируется содержимое объекта GenericAcl.The byte array into which the contents of the GenericAcl is marshaled.
- offset
- Int32
Позиция, с которой начинается маршалинг.The offset at which to start marshaling.
Исключения
Значение offset
является отрицательным или слишком велико, чтобы обеспечить копирование всего GenericAcl в array
.offset
is negative or too high to allow the entire GenericAcl to be copied into array
.