Returns a byte array representation of this sub structure.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public abstract byte[] ToBytes() |
Visual Basic |
---|
Public MustOverride Function ToBytes As Byte() |
Visual C++ |
---|
public: virtual array<unsigned char>^ ToBytes() abstract |
Return Value
A byte array.
Contracts
Ensures |
---|
Contract.Result<byte[]>() != null |