Symbol |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public abstract class SymbolBase
The SymbolBase type exposes the following members.
| Name | Description | |
|---|---|---|
| SymbolBase | Constructs a symbol base. |
| Name | Description | |
|---|---|---|
| ClassId | The class id of the symbol (or 0). | |
| Container | The controller/program/router that owns this symbol. | |
| FullName | The full symbol path name. | |
| InstanceId | The instance id of the symbol. | |
| IsHidden | True if the symbol is hidden. | |
| IsSubSymbol | True if this is a program or routine level symbol. | |
| Name | The symbol name. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object)) | |
| Equals(SymbolBase) | Determines whether the specified object is equal to the current object. | |
| GetHashCode |
Returns the hash code for this symbol.
(Overrides ObjectGetHashCode) | |
| ToString |
Returns a string that represents the symbol.
(Overrides ObjectToString) |