Specifies the type of symbol a label creates.

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

Syntax

C#
public enum LabelType
Visual Basic
Public Enumeration LabelType
Visual C++
public enum class LabelType

Members

Member nameValueDescription
Private0 A private symbol. This is the default.
Weak1 A weak public symbol.
Public2 A strong public symbol.
ToSymbolType Converts a LabelType to the corresponding SymbolType.

See Also