AbsoluteAddressChain<TConnector> ​
An address chain that refers to a fixed absolute address.
Kind: Class
Namespace: ConnectorLib.Memory
Inheritance: AddressChain\<TConnector\>
Public Constructors
AbsoluteAddressChain<TConnector>(TConnector connector, ulong address)
Creates a new AbsoluteAddressChain{TConnector} for the specified address.
AbsoluteAddressChain<TConnector>(TConnector connector, long address)
Creates a new AbsoluteAddressChain{TConnector} for the specified address.
Public Member Functions
virtual override
string
ToString()
virtual override
bool
Calculate(ulong out address)
Properties
ulong
Address
[get, ]
