C# Class Mosa.HardwareSystem.ISADeviceDriverAttribute

Inheritance: System.Attribute, IDeviceDriver
Show file 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 property

public uint AddressRange
return uint

AltBasePort public property

public ushort AltBasePort
return ushort

AltPortRange public property

public ushort AltPortRange
return ushort

AutoLoad public property

public bool AutoLoad
return bool

BaseAddress public property

public uint BaseAddress
return uint

BasePort public property

public ushort BasePort
return ushort

ForceOption public property

public string ForceOption
return string

IRQ public property

public byte IRQ
return byte

PortRange public property

public ushort PortRange
return ushort

platforms protected property

protected PlatformArchitecture platforms
return PlatformArchitecture