DeviceEnumerateDevices Method (DeviceGuid) |
Enumerates all available devices on the local.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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:
IEnumerableDeviceInfoReturns
IEnumerableT instances of type
DeviceGuid from the local host.
See Also