C# Class Mosa.DeviceSystem.IsDiskControllerDevice

Inheritance: IFindDevice
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
IsDiskControllerDevice ( ) : Mosa.HardwareSystem

Initializes a new instance of the IsDiskControllerDevice class.

IsMatch ( IDevice device ) : bool

Determines whether the specified device is match.

Method Details

IsDiskControllerDevice() public method

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

IsMatch() public method

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