IsisController.Devices Property |
Gets a collection of installed
IsisDevice in the system.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public IsisDeviceCollection Devices { get; }
Public ReadOnly Property Devices As IsisDeviceCollection
Get
Property Value
Type:
IsisDeviceCollection A
IsisDeviceCollection object containing ISIS devices found on the system.
Remarks It's possible a device may be listed even when it's not connected.
See Also