MemoryDomain ​
Represents a memory domain.
Kind: Class
Namespace: ConnectorLib
Public Constructors
MemoryDomain(string name, ulong length)
Creates a new instance of the ConnectorLib.MemoryDomain class.
MemoryDomain(string name, ulong offset, ulong length)
Creates a new instance of the ConnectorLib.MemoryDomain class.
Public Member Functions
virtual override
string
ToString()
Properties
string
Name
[get, ]
The name of the memory domain.
ulong?
Offset
[get, ]
The offset of memory domain on the default/system bus (if applicable).
ulong
Length
[get, ]
The size of the memory domain in bytes.
