C# Class Mosa.HardwareSystem.MemoryRegion

ファイルを表示 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

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.

Method Details

Contains() public method

Determines whether [contains] [the specified address].
public Contains ( uint address ) : bool
address uint The address.
return bool

MemoryRegion() public method

Initializes a new instance of the MemoryRegion class.
public MemoryRegion ( uint baseAddress, uint size )
baseAddress uint The base address.
size uint The size.