Click or drag to resize

Device Class

Provides static methods to retrieve device resource information from a local or remote host.
Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.FilesystemDevice

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static class Device
Methods
  NameDescription
Public methodStatic memberEnumerateDevices(DeviceGuid)
[AlphaFS] Enumerates all available devices on the local host.
Public methodStatic memberEnumerateDevices(String, DeviceGuid)
[AlphaFS] Enumerates all available devices of type DeviceGuid on the local or remote host.
Top
See Also