C# Class Mosa.CoolWorld.x86.HAL.Memory

Inheritance: IMemory
Afficher le fichier Open project: tgiphil/MOSA-Project

Private Properties

Свойство Type Description
IMemory byte
IMemory uint
IMemory ushort
IMemory void
IMemory void
IMemory void
this byteIMemory.Mosa.HardwareSystem

Méthodes publiques

Méthode Description
Memory ( uint address, uint size ) : Mosa.HardwareSystem

Private Methods

Méthode Description
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.

Method Details

Memory() public méthode

public Memory ( uint address, uint size ) : Mosa.HardwareSystem
address uint
size uint
Résultat Mosa.HardwareSystem