Click or drag to resize

DeviceEnumerateDevices Method (DeviceGuid)

Enumerates all available devices on the local host.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<DeviceInfo> EnumerateDevices(
	DeviceGuid deviceGuid
)

Parameters

deviceGuid
Type: Alphaleonis.Win32.FilesystemDeviceGuid
One of the DeviceGuid devices.

Return Value

Type: IEnumerableDeviceInfo
IEnumerableT instances of type DeviceGuid from the local host.
See Also