C# Class Mosa.HardwareSystem.DeviceDriver

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

Public Methods

Method Description
Add ( DeviceDriverPhysicalMemoryAttribute memoryAttribute ) : void

Adds the specified memory attribute.

DeviceDriver ( IDeviceDriver deviceDriverAttribute, Type driverType ) : System

Initializes a new instance of the DeviceDriver class.

Method Details

Add() public method

Adds the specified memory attribute.
public Add ( DeviceDriverPhysicalMemoryAttribute memoryAttribute ) : void
memoryAttribute DeviceDriverPhysicalMemoryAttribute The memory attribute.
return void

DeviceDriver() public method

Initializes a new instance of the DeviceDriver class.
public DeviceDriver ( IDeviceDriver deviceDriverAttribute, Type driverType ) : System
deviceDriverAttribute IDeviceDriver The device driver attribute.
driverType System.Type Type of the driver.
return System