Table of Contents

Class WindowsDiskVolumeCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of volumes on a Windows system. This only applies to Windows 2003 and above.

public class WindowsDiskVolumeCollection : Collection<WindowsDiskVolume>, IList<WindowsDiskVolume>, ICollection<WindowsDiskVolume>, IList, ICollection, IReadOnlyList<WindowsDiskVolume>, IReadOnlyCollection<WindowsDiskVolume>, IEnumerable<WindowsDiskVolume>, IEnumerable
Inheritance
WindowsDiskVolumeCollection
Implements
Inherited Members

Constructors

WindowsDiskVolumeCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsDiskVolumeCollection class.

public WindowsDiskVolumeCollection()

Methods

Sort()

Sorts the disk volumes in the collection.

public void Sort()