Click or drag to resize

IAddressTranslatorService Methods

The IAddressTranslatorService type exposes the following members.

Methods
  NameDescription
Public methodRegisterMap
Register an address mapping function.
Public methodTranslate
Translate address from one form to another.
Public methodUnregisterMap(FuncIAddress, IAddress)
Unregister an address mapping function.
Public methodUnregisterMap(Type, Type)
Unregister an address mapping function.
Top
Extension Methods
  NameDescription
Public Extension MethodTranslate(Type, IAddress)Overloaded.
Translate address from one form to another.
(Defined by AddressTranslatorServiceExtensions.)
Public Extension MethodTranslate(Type, String)Overloaded.
Translate a string address to an IAddress.
(Defined by AddressTranslatorServiceExtensions.)
Top
See Also