C# 클래스 Mosa.CoolWorld.x86.HAL.Memory

상속: IMemory
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

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