C# 클래스 Mosa.HardwareSystem.DeviceManager

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Add ( IDevice device ) : void

DeviceManager ( ) : System.Collections.Generic

GetAllDevices ( ) : LinkedList

Gets all devices.

GetChildrenOf ( IDevice parent ) : LinkedList

Gets the children of.

GetDevices ( IFindDevice match ) : LinkedList

Gets the devices.

GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList

Gets the devices.

GetDevices ( IFindDevice match1, IFindDevice match2, IFindDevice match3 ) : LinkedList

Gets the devices.

메소드 상세

Add() 공개 메소드

public Add ( IDevice device ) : void
device IDevice
리턴 void

DeviceManager() 공개 메소드

public DeviceManager ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetAllDevices() 공개 메소드

Gets all devices.
public GetAllDevices ( ) : LinkedList
리턴 LinkedList

GetChildrenOf() 공개 메소드

Gets the children of.
public GetChildrenOf ( IDevice parent ) : LinkedList
parent IDevice The parent.
리턴 LinkedList

GetDevices() 공개 메소드

Gets the devices.
public GetDevices ( IFindDevice match ) : LinkedList
match IFindDevice The match.
리턴 LinkedList

GetDevices() 공개 메소드

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
리턴 LinkedList

GetDevices() 공개 메소드

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2, IFindDevice match3 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
match3 IFindDevice The match3.
리턴 LinkedList