C# 클래스 BetterExplorer.UsbEject.Volume

A volume device.
상속: Device, IComparable
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

Private Properties

프로퍼티 타입 설명
Volume System

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

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

비공개 메소드들

메소드 설명
Volume ( DeviceClass deviceClass, Native deviceInfoData, string path, int index ) : System

메소드 상세

CompareTo() 공개 메소드

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.
리턴 int