Click or drag to resize

MemorySymbolTableAddressType Methods

The MemorySymbolTableAddressType generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(IBrowseItem)
Adds a child symbol to a branch item.
(Inherited from BrowseItemBranch.)
Public methodAdd(String, DataType, MemoryAddress, Boolean, String)
Adds a symbol to the current symbol table or branch.
Public methodAdd(String, DataType, IAddressSpace, Int64, Boolean, String)
Adds a symbol to the current symbol table or branch.
Public methodAdd(String, Type, MemoryAddress, IReadOnlyListDataDimension, Int32, String)
Adds a symbol to the current symbol table or branch.
Public methodAdd(String, Type, MemoryAddress, Int32, Int32, String)
Adds a symbol to the current symbol table or branch.
Public methodAdd(String, Type, IAddressSpace, Int64, IReadOnlyListDataDimension, Int32, String)
Adds a symbol to the current symbol table or branch.
Public methodAdd(String, Type, IAddressSpace, Int64, Int32, Int32, String)
Adds a symbol to the current symbol table or branch.
Public methodAddBranch
Adds a branch to the current symbol table or branch.
Public methodAddRange
Adds a child symbols to a branch item.
(Inherited from BrowseItemBranch.)
Public methodEquals(IAddress)
Determines whether the address equals the current address.
(Inherited from StringAddress.)
Public methodEquals(Object)
Determines whether the specified address equals the current address.
(Inherited from StringAddress.)
Public methodEquals(StringAddress)
Determines whether the address equals the current address.
(Inherited from StringAddress.)
Public methodFindChild
Defaults to FindChildByAccessName.
(Inherited from BrowseItemBase.)
Public methodGetChildren
Return children of a branch item.
(Inherited from BrowseItemBranch.)
Public methodGetDataType
Returns the type defined by this address.
(Inherited from StringAddress.)
Public methodGetHashCode
Computes a hash code for this address.
(Inherited from StringAddress.)
Public methodRegisterAddressMap(IAddressTranslatorService)
Registers a symbol to address translation function with the given address translator.
Public methodRegisterAddressMap(ProtocolSocket)
Registers a symbol to address translation function with the given address translator.
Public methodRemove
Removes a child symbol from a branch item.
(Inherited from BrowseItemBranch.)
Public methodSetNextAddress(MemoryAddress)
Sets the next address that will be used by Add(String, DataType, MemoryAddress, Boolean, String).
Public methodSetNextAddress(IAddressSpace, Int64)
Sets the next address that will be used by Add(String, DataType, IAddressSpace, Int64, Boolean, String).
Public methodToString
Returns a string that represents the current browse item.
(Inherited from BrowseItemBase.)
Top
See Also