Property | Type | Description | |
---|---|---|---|
deviceDrivers | LinkedList |
||
platformArchitecture | PlatformArchitecture |
Method | Description | |
---|---|---|
AddDeviceDriver ( |
||
DeviceDriverRegistry ( PlatformArchitecture platformArchitecture ) : System.Collections.Generic |
Initializes a new instance of the DeviceDriverRegistry class.
|
|
FindDriver ( IPCIDevice pciDevice ) : |
Finds the driver.
|
|
GetISADeviceDrivers ( ) : LinkedList |
Gets the ISA device drivers.
|
|
GetPCIDeviceDrivers ( ) : LinkedList |
Gets the PCI device drivers.
|
|
RegisterBuiltInDeviceDrivers ( ) : void |
Registers the build in device drivers.
|
|
RegisterDeviceDrivers ( |
Registers the device drivers.
|
Method | Description | |
---|---|---|
GetDeviceDriverPhysicalMemoryAttribute ( |
||
GetIDeviceDriver ( |
public AddDeviceDriver ( |
||
deviceDriver | ||
return | void |
public DeviceDriverRegistry ( PlatformArchitecture platformArchitecture ) : System.Collections.Generic | ||
platformArchitecture | PlatformArchitecture | The platform architecture. |
return | System.Collections.Generic |
public FindDriver ( IPCIDevice pciDevice ) : |
||
pciDevice | IPCIDevice | The pci device. |
return |
public RegisterBuiltInDeviceDrivers ( ) : void | ||
return | void |
public RegisterDeviceDrivers ( |
||
assemblyInfo | The assembly info. | |
return | void |