C# Класс Mosa.HardwareSystem.MemoryRegion

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Contains ( uint address ) : bool

Determines whether [contains] [the specified address].

MemoryRegion ( uint baseAddress, uint size )

Initializes a new instance of the MemoryRegion class.

Описание методов

Contains() публичный метод

Determines whether [contains] [the specified address].
public Contains ( uint address ) : bool
address uint The address.
Результат bool

MemoryRegion() публичный метод

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