C# Class Mosa.DeviceSystem.IsDiskDevice

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

Public Methods

Method Description
IsDiskDevice ( ) : Mosa.HardwareSystem

Initializes a new instance of the IsDiskDevice class.

IsMatch ( IDevice device ) : bool

Determines whether the specified device is match.

Method Details

IsDiskDevice() public method

Initializes a new instance of the IsDiskDevice class.
public IsDiskDevice ( ) : 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