Memory |
The MemorySymbolTableAddressType type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IBrowseItem) |
Adds a child symbol to a branch item.
(Inherited from BrowseItemBranch) | |
| Add(String, DataType, MemoryAddress, Boolean, String) | Adds a symbol to the current symbol table or branch. | |
| Add(String, DataType, IAddressSpace, Int64, Boolean, String) | Adds a symbol to the current symbol table or branch. | |
| Add(String, Type, MemoryAddress, IReadOnlyListDataDimension, Int32, String) | Adds a symbol to the current symbol table or branch. | |
| Add(String, Type, MemoryAddress, Int32, Int32, String) | Adds a symbol to the current symbol table or branch. | |
| Add(String, Type, IAddressSpace, Int64, IReadOnlyListDataDimension, Int32, String) | Adds a symbol to the current symbol table or branch. | |
| Add(String, Type, IAddressSpace, Int64, Int32, Int32, String) | Adds a symbol to the current symbol table or branch. | |
| AddBranch | Adds a branch to the current symbol table or branch. | |
| AddRange |
Adds a child symbols to a branch item.
(Inherited from BrowseItemBranch) | |
| Equals(IAddress) |
Determines whether the address equals the current address.
(Inherited from StringAddress) | |
| Equals(Object) |
Determines whether the specified address equals the current address.
(Inherited from StringAddress) | |
| Equals(StringAddress) |
Determines whether the address equals the current address.
(Inherited from StringAddress) | |
| FindChild |
Find a child by itemName or accessName.
(Inherited from BrowseItemBase) | |
| GetChildren |
Return children of a branch item.
(Inherited from BrowseItemBranch) | |
| GetDataType |
Returns the type defined by this address.
(Inherited from StringAddress) | |
| GetHashCode |
Computes a hash code for this address.
(Inherited from StringAddress) | |
| RegisterAddressMap(IAddressTranslatorService) | Registers a symbol to address translation function with the given address translator. | |
| RegisterAddressMap(ProtocolSocket) | Registers a symbol to address translation function with the given address translator. | |
| Remove |
Removes a child symbol from a branch item.
(Inherited from BrowseItemBranch) | |
| SetNextAddress(MemoryAddress) | Sets the next address that will be used by Add(String, DataType, MemoryAddress, Boolean, String). | |
| SetNextAddress(IAddressSpace, Int64) | Sets the next address that will be used by Add(String, DataType, IAddressSpace, Int64, Boolean, String). | |
| ToString |
Returns a string that represents the current browse item.
(Inherited from BrowseItemBase) |