GenericAcl.GetBinaryForm(Byte[], Int32) Methode
Definition
Marshallt den Inhalt des GenericAcl-Objekts in das angegebene Bytearray, wobei beim angegebenen Offset begonnen wird.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)
Parameter
- binaryForm
- Byte[]
Das Bytearray, in das der Inhalt von GenericAcl gemarshallt wird.The byte array into which the contents of the GenericAcl is marshaled.
- offset
- Int32
Der Offset, bei dem das Marshallen begonnen werden soll.The offset at which to start marshaling.
Ausnahmen
offset
ist negativ oder zu hoch, um den gesamten GenericAcl in array
zu kopieren.offset
is negative or too high to allow the entire GenericAcl to be copied into array
.