C# Класс Mosa.CoolWorld.x86.HAL.Memory

Наследование: IMemory
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
IMemory byte
IMemory uint
IMemory ushort
IMemory void
IMemory void
IMemory void
this byteIMemory.Mosa.HardwareSystem

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

Метод Описание
Memory ( uint address, uint size ) : Mosa.HardwareSystem

Приватные методы

Метод Описание
IMemory ( uint index ) : byte

Reads the specified index.

IMemory ( uint index ) : uint

Reads the specified index.

IMemory ( uint index ) : ushort

Reads the specified index.

IMemory ( uint index, byte value ) : void

Writes the specified index.

IMemory ( uint index, uint value ) : void

Writes the specified index.

IMemory ( uint index, ushort value ) : void

Writes the specified index.

this ( uint index ) : byteIMemory.Mosa.HardwareSystem

Gets or sets the System.Byte at the specified index.

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

Memory() публичный Метод

public Memory ( uint address, uint size ) : Mosa.HardwareSystem
address uint
size uint
Результат Mosa.HardwareSystem