C# 클래스 Mosa.DeviceSystem.DiskControllerManager

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

보호된 프로퍼티들

프로퍼티 타입 설명
deviceManager DeviceManager

공개 메소드들

메소드 설명
CreateDiskDevices ( ) : void

Creates the disk devices.

DiskControllerManager ( DeviceManager deviceManager ) : System.Collections.Generic

Initializes a new instance of the DiskControllerManager class.

비공개 메소드들

메소드 설명
CreateDevices ( IDiskControllerDevice diskControllerDevice ) : LinkedList

Creates the devices.

메소드 상세

CreateDiskDevices() 공개 메소드

Creates the disk devices.
public CreateDiskDevices ( ) : void
리턴 void

DiskControllerManager() 공개 메소드

Initializes a new instance of the DiskControllerManager class.
public DiskControllerManager ( DeviceManager deviceManager ) : System.Collections.Generic
deviceManager DeviceManager The device manager.
리턴 System.Collections.Generic

프로퍼티 상세

deviceManager 보호되어 있는 프로퍼티

protected DeviceManager deviceManager
리턴 DeviceManager