HostEnumerateDrives Method |
Enumerates drives from the local host.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<DriveInfo> EnumerateDrives()
Public Shared Function EnumerateDrives As IEnumerable(Of DriveInfo)
public:
static IEnumerable<DriveInfo^>^ EnumerateDrives()
static member EnumerateDrives : unit -> IEnumerable<DriveInfo>
Return Value
Type:
IEnumerableDriveInfoIEnumerableT drives from the local host.
Exceptions See Also