C# Класс Mosa.HardwareSystem.PCI.BaseAddress

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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