C# Class Mosa.DeviceSystem.IsDiskDevice

Inheritance: IFindDevice
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the IsDiskDevice class.
public IsDiskDevice ( ) : Mosa.HardwareSystem
Résultat Mosa.HardwareSystem

IsMatch() public méthode

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