DriveWatcherDrives Property
Gets the connected drives on this computer.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual IEnumerable<DriveInfo> Drives { get; }
Public Overridable ReadOnly Property Drives As IEnumerable(Of DriveInfo)
Get
Dim instance As DriveWatcher
Dim value As IEnumerable(Of DriveInfo)
value = instance.Drives
public:
virtual property IEnumerable<DriveInfo^>^ Drives {
IEnumerable<DriveInfo^>^ get ();
}
abstract Drives : IEnumerable<DriveInfo> with get
override Drives : IEnumerable<DriveInfo> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableDriveInfo