CommonAcl.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 CommonAcl object into the specified byte array beginning at the specified offset.
public:
override void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public override sealed void GetBinaryForm (byte[] binaryForm, int offset);
override this.GetBinaryForm : byte[] * int -> unit
Public Overrides NotOverridable Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)
Parameters
- offset
- Int32
The offset at which to start marshaling.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.