C# Class Mosa.DeviceSystem.IsPartitionDevice

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

Public Methods

Method Description
IsMatch ( IDevice device ) : bool

Determines whether the specified device is match.

IsPartitionDevice ( ) : Mosa.HardwareSystem

Initializes a new instance of the IsPartitionDevice class.

Method Details

IsMatch() public method

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

IsPartitionDevice() public method

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