Click or drag to resize
DeviceEnumerateDevices Method (String, DeviceGuid)
Enumerates all available devices of type DeviceGuid on the local or remote host.

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

Parameters

hostName
Type: SystemString
The name of the local or remote host on which the device resides. refers to the local host.
deviceGuid
Type: Alphaleonis.Win32.FilesystemDeviceGuid
One of the DeviceGuid devices.

Return Value

Type: IEnumerableDeviceInfo
Returns IEnumerableT instances of type DeviceGuid for the specified hostName.
See Also