Click or drag to resize

DeviceInfoEnumerateDevices Method

Enumerates all available devices on the local host.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public 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