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.0
Syntax
public static class Device
Methods
  NameDescription
Public methodStatic memberEnumerateDevices(DeviceGuid)
Enumerates all available devices on the local.
Public methodStatic memberEnumerateDevices(String, DeviceGuid)
Enumerates all available devices of type DeviceGuid on the local or remote host.
Top
See Also