OffsetAddressChain<TConnector> ​
An address chain that refers to an address a fixed offset from a parent address.
Kind: Class
Namespace: ConnectorLib.Memory
Inheritance: AddressChain\<TConnector\>
Public Constructors
OffsetAddressChain<TConnector>(AddressChain parent, long offset)
Creates a new OffsetAddressChain{TConnector} with the specified parent and offset.
OffsetAddressChain<TConnector>(AddressChain parent, ulong offset)
Creates a new OffsetAddressChain{TConnector} with the specified parent and offset.
Public Member Functions
virtual override
string
ToString()
virtual override
bool
Calculate(ulong out address)
Properties
long
OffsetBy
[get, ]
The offset from the parent address.
ulong
Address
[get, ]
