DeviceEnumerateDevices Method (DeviceGuid) |
[AlphaFS] Enumerates all available devices on the local host.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<DeviceInfo> EnumerateDevices(
DeviceGuid deviceGuid
)
Public Shared Function EnumerateDevices (
deviceGuid As DeviceGuid
) As IEnumerable(Of DeviceInfo)
public:
static IEnumerable<DeviceInfo^>^ EnumerateDevices(
DeviceGuid deviceGuid
)
static member EnumerateDevices :
deviceGuid : DeviceGuid -> IEnumerable<DeviceInfo>
Parameters
- deviceGuid
- Type: Alphaleonis.Win32.FilesystemDeviceGuid
One of the DeviceGuid devices.
Return Value
Type:
IEnumerableDeviceInfoIEnumerableT instances of type
DeviceGuid from the local host.
See Also