The Symbol type exposes the following members.

Constructors

  NameDescription
Public methodSymbol(IIdentifiable, SymbolType)
Initializes a new instance of the Symbol class.
Public methodSymbol(String, IAssociatable, SymbolType)
Initializes a new instance of the Symbol class.

Methods

  NameDescription
Protected method$InvariantMethod$
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAddress
Gets or sets the address at which this symbol is defined.
Public propertyAnnotations
Gets a dictionary which may be used to store data specific to this object.
Public propertyAssociation
Gets the label, block, section or file this Symbol is associated with.
Public propertyDefiningFile
Gets or sets the IFile in which this symbol is defined.
Public propertyDefiningSection
Gets or sets the Section in which this symbol is defined.
Public propertyIdentifier
Gets the identifier of the symbol.
Public propertyIsAbsolute
Gets or sets whether the address of this symbol is an absolute value.
Public propertyIsExtern
Gets whether this symbol is defined in another file.
Public propertySymbolType
Gets or sets the type of symbol.

See Also