Gets the length of the emittable.
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int GetLength() |
| Visual Basic |
|---|
Public Function GetLength As Integer |
| Visual C++ |
|---|
public: virtual int GetLength() sealed |
Return Value
The length of the emittable, in bytes.Implements
IEmittable..::..GetLength()()()()
Contracts
| Ensures | ||
|---|---|---|
Contract.Result<int>() >= 0
|