CustomAce.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 CustomAce object into the specified byte array beginning at the specified offset.
public:
override void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public override void GetBinaryForm (byte[] binaryForm, int offset);
override this.GetBinaryForm : byte[] * int -> unit
Public Overrides Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)
Parameters
- offset
- Int32
The offset at which to start marshaling.
Exceptions
offset
is negative or too high to allow the entire CustomAce to be copied into array
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.