C# 클래스 Mosa.DeviceSystem.IsDiskControllerDevice

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

공개 메소드들

메소드 설명
IsDiskControllerDevice ( ) : Mosa.HardwareSystem

Initializes a new instance of the IsDiskControllerDevice class.

IsMatch ( IDevice device ) : bool

Determines whether the specified device is match.

메소드 상세

IsDiskControllerDevice() 공개 메소드

Initializes a new instance of the IsDiskControllerDevice class.
public IsDiskControllerDevice ( ) : Mosa.HardwareSystem
리턴 Mosa.HardwareSystem

IsMatch() 공개 메소드

Determines whether the specified device is match.
public IsMatch ( IDevice device ) : bool
device IDevice The device.
리턴 bool