C# Класс Mosa.HardwareSystem.DeviceDriver

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( DeviceDriverPhysicalMemoryAttribute memoryAttribute ) : void

Adds the specified memory attribute.

DeviceDriver ( IDeviceDriver deviceDriverAttribute, Type driverType ) : System

Initializes a new instance of the DeviceDriver class.

Описание методов

Add() публичный Метод

Adds the specified memory attribute.
public Add ( DeviceDriverPhysicalMemoryAttribute memoryAttribute ) : void
memoryAttribute DeviceDriverPhysicalMemoryAttribute The memory attribute.
Результат void

DeviceDriver() публичный Метод

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.
Результат System