Gets the length of the emittable.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
int GetLength()
Visual Basic
Function GetLength As Integer
Visual C++
int GetLength()

Return Value

The length of the emittable, in bytes.

Contracts

This method is pure.
Ensures
Contract.Result<int>() >= 0

See Also