C# Class Mosa.HardwareSystem.ISADeviceDriverAttribute

Inheritance: System.Attribute, IDeviceDriver
显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
AddressRange uint
AltBasePort ushort
AltPortRange ushort
AutoLoad bool
BaseAddress uint
BasePort ushort
ForceOption string
IRQ byte
PortRange ushort

Protected Properties

Property Type Description
platforms PlatformArchitecture

Property Details

AddressRange public_oe property

public uint AddressRange
return uint

AltBasePort public_oe property

public ushort AltBasePort
return ushort

AltPortRange public_oe property

public ushort AltPortRange
return ushort

AutoLoad public_oe property

public bool AutoLoad
return bool

BaseAddress public_oe property

public uint BaseAddress
return uint

BasePort public_oe property

public ushort BasePort
return ushort

ForceOption public_oe property

public string ForceOption
return string

IRQ public_oe property

public byte IRQ
return byte

PortRange public_oe property

public ushort PortRange
return ushort

platforms protected_oe property

protected PlatformArchitecture platforms
return PlatformArchitecture