C# 클래스 Mosa.HardwareSystem.PCI.BaseAddress

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

보호된 프로퍼티들

프로퍼티 타입 설명
address uint
prefetchable bool
region AddressType
size uint

공개 메소드들

메소드 설명
BaseAddress ( AddressType region, uint address, uint size, bool prefetchable )

Initializes a new instance of the BaseAddress class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

BaseAddress() 공개 메소드

Initializes a new instance of the BaseAddress class.
public BaseAddress ( AddressType region, uint address, uint size, bool prefetchable )
region AddressType The region.
address uint The address.
size uint The size.
prefetchable bool if set to true [prefetchable].

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected uint address
리턴 uint

prefetchable 보호되어 있는 프로퍼티

protected bool prefetchable
리턴 bool

region 보호되어 있는 프로퍼티

protected AddressType region
리턴 AddressType

size 보호되어 있는 프로퍼티

protected uint size
리턴 uint