Returns a byte array representation of this sub structure.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public byte[] ToBytes()
Visual Basic
Public Function ToBytes As Byte()
Visual C++
public:
array<unsigned char>^ ToBytes()

Return Value

A byte array.

See Also