C# Class BetterExplorer.UsbEject.Volume

A volume device.
Inheritance: Device, IComparable
Datei anzeigen Open project: Gainedge/BetterExplorer

Private Properties

Property Type Description
Volume System

Public Methods

Method Description
CompareTo ( object obj ) : int

Compares the current instance with another object of the same type.

Private Methods

Method Description
Volume ( DeviceClass deviceClass, Native deviceInfoData, string path, int index ) : System

Method Details

CompareTo() public method

Compares the current instance with another object of the same type.
public CompareTo ( object obj ) : int
obj object An object to compare with this instance.
return int