C# Class Mosa.DeviceSystem.IsDiskControllerDevice

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

Méthodes publiques

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

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