Skip to content

RelPointerAddressChain<TConnector> ​

An address chain that follows a relative pointer found at a parent address.

Kind: Class

Namespace: ConnectorLib.Memory

Inheritance: PointerAddressChain\<TConnector\>

Public Constructors

RelPointerAddressChain<TConnector>(AddressChain parent, int parentOffset)

Creates a new RelPointerAddressChain{TConnector} with the specified parent and offset.

RelPointerAddressChain<TConnector>(AddressChain parent, int parentOffset, PointerFormat pointerFormat)

Creates a new RelPointerAddressChain{TConnector} with the specified parent and offset.

Public Member Functions

virtual override

bool

Calculate(ulong out address)

Properties

int

ParentOffset

[get, ]

The offset of the address component from the relative pointer base.

ulong

Address

[get, ]