Skip to content

PointerAddressChain<TConnector> ​

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

Kind: Class

Namespace: ConnectorLib.Memory

Inheritance: AddressChain\<TConnector\>

Public Constructors

PointerAddressChain<TConnector>(AddressChain parent, PointerFormat pointerFormat)

Creates a new PointerAddressChain{TConnector} with the specified parent and pointer format.

PointerAddressChain<TConnector>(AddressChain parent, byte size, Endianness endianness, PointerType type)

Creates a new PointerAddressChain{TConnector} with the specified parent and pointer format.

Public Member Functions

virtual override

string

ToString()

virtual override

bool

Calculate(ulong out address)

Properties

byte

Size

[get, ]

The size of the pointer in bytes.

Endianness

Endianness

[get, ]

The endianness of the pointer.

PointerType

Type

[get, ]

The type of the pointer (absolute or relative).

ulong

Address

[get, ]