Skip to content

IMemoryMapper.MappedMemory ​

Represents a mapped memory address.

Kind: Struct

Namespace: ConnectorLib

Inheritance: IEquatable\<MappedMemory\>

Public Constructors

IMemoryMapper.MappedMemory(ulong address, string domain)

Creates a new instance of the ConnectorLib.IMemoryMapper.MappedMemory struct.

Public Member Functions

void

Deconstruct(ulong out address, string out domain)

Deconstructs the ConnectorLib.IMemoryMapper.MappedMemory into its components.

bool

Equals(MappedMemory other)

bool

Equals(MappedMemory? other)

virtual override

bool

Equals(object obj)

virtual override

int

GetHashCode()

Public Static Functions

bool

Equals(MappedMemory? left, MappedMemory? right)

Properties

ulong

Address

[get, set]

The address of the mapped memory.

string

Domain

[get, set]

The domain of the mapped memory.