Click or drag to resize

IsisDeviceCollection Class

Represents the list of ISIS devices installed on the system.
Inheritance Hierarchy
SystemObject
  System.CollectionsReadOnlyCollectionBase
    Atalasoft.IsisIsisDeviceCollection

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class IsisDeviceCollection : ReadOnlyCollectionBase

The IsisDeviceCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Public propertyDefault
Gets default ISIS device.
Protected propertyInnerList
Gets the list of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Public propertyItemInt32
Gets IsisDevice by index.
Public propertyItemString
Gets IsisDevice by name.
Top
Methods
  NameDescription
Public methodCopyTo
Copies all the elements of ISIS devices array to the specified one-dimensional array starting at the specified destination array index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshList
Clears and reloads the collection with a list of devices.
Public methodToArray
Gets the list of installed ISIS devices.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also