C# Class BetterExplorer.UsbEject.Volume

A volume device.
Inheritance: Device, IComparable
Afficher le fichier Open project: Gainedge/BetterExplorer

Private Properties

Свойство Type Description
Volume System

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int

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

Private Methods

Méthode Description
Volume ( DeviceClass deviceClass, Native deviceInfoData, string path, int index ) : System

Method Details

CompareTo() public méthode

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.
Résultat int