Method | Description | |
---|---|---|
Contains ( uint address ) : bool |
Determines whether [contains] [the specified address].
|
|
MemoryRegion ( uint baseAddress, uint size ) |
Initializes a new instance of the MemoryRegion class.
|
public Contains ( uint address ) : bool | ||
address | uint | The address. |
return | bool |
public MemoryRegion ( uint baseAddress, uint size ) | ||
baseAddress | uint | The base address. |
size | uint | The size. |