GenericAcl.GetBinaryForm(Byte[], Int32) Método
Definição
Realiza o marshalling do conteúdo do objeto GenericAcl para a matriz de bytes especificada começando no deslocamento especificado.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)
Parâmetros
- binaryForm
- Byte[]
A matriz de bytes na qual o marshaling do conteúdo do GenericAcl é realizado.The byte array into which the contents of the GenericAcl is marshaled.
- offset
- Int32
O deslocamento no qual iniciar o marshaling.The offset at which to start marshaling.
Exceções
offset é negativo ou alto demais para permitir que todo o GenericAcl seja copiado para o array.offset is negative or too high to allow the entire GenericAcl to be copied into array.