Click or drag to resize

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()

Return Value

Type: IEnumerableDriveInfo
IEnumerableT drives from the local host.
Exceptions
ExceptionCondition
NetworkInformationException
See Also