C# 클래스 Mosa.HardwareSystem.MemoryRegion

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
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.