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.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static List<int> GetDeviceList()
Public Shared Function GetDeviceList As List(Of Integer)
public:
static List<int>^ GetDeviceList()
static member GetDeviceList : unit -> List<int>
Return Value
Type:
ListInt32See Also