MemoryDomain ​
Represents a memory domain in an emulator.
Kind: Class
Namespace: ConnectorLib.Inject.Emulator
Public Constructors
MemoryDomain(AddressChain baseAddress, ValueTuple[] ranges)
Creates a new instance of the ConnectorLib.Inject.Emulator.MemoryDomain class.
Properties
AddressChain
BaseAddress
[get, ]
Base address of the memory domain.
ValueTuple
Ranges
[get, ]
Ranges of the memory domain.
