Returns a read-only collection of all available drive names.
| C# | Visual Basic |
public ReadOnlyCollection<DriveInfo> Drives { get; }
Public ReadOnly Property Drives As ReadOnlyCollection(Of DriveInfo) Get
| In The Hand Drives Property Namespaces ► InTheHand.VisualBasic.MyServices ► FileSystemProxy ► Drives |
| C# | Visual Basic |
public ReadOnlyCollection<DriveInfo> Drives { get; }
Public ReadOnly Property Drives As ReadOnlyCollection(Of DriveInfo) Get