C# 클래스 Mosa.HardwareSystem.DeviceDriver

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
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