Click or drag to resize
ImDiskAPIGetDeviceList Method
Retrieves a list of virtual disks on this system. Each element in returned list holds a device number of a loaded ImDisk virtual disk.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static List<int> GetDeviceList()

Return Value

Type: ListInt32
See Also