C# Class Mosa.HardwareSystem.PCI.BaseAddress

显示文件 Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
address uint
prefetchable bool
region AddressType
size uint

Public Methods

Method Description
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.

Method Details

BaseAddress() public method

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() public method

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

Property Details

address protected_oe property

protected uint address
return uint

prefetchable protected_oe property

protected bool prefetchable
return bool

region protected_oe property

protected AddressType region
return AddressType

size protected_oe property

protected uint size
return uint