DiscoveryInformationList Class

CVB.Net Documentation
Contains all results from a discovery run.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.DriverDiscoveryInformationList

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public class DiscoveryInformationList : IList<DiscoveryInformation>, 
	ICollection<DiscoveryInformation>, IEnumerable<DiscoveryInformation>, IEnumerable, 
	INativeHandle, IDisposable

The DiscoveryInformationList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of discovered devices/nodes.
Public propertyHandle
Gets the native object handle of the discovery information list.
Public propertyIsDisposed
Gets whether this object has been disposed.
Public propertyIsReadOnly
Always returns true as this is a read only collection.
Public propertyItem
Get the entry with the given index.
Top
Methods

  NameDescription
Public methodAdd
Not supported.
Public methodClear
Not supported.
Public methodContains
Checks whether the given item is inside this list.
Public methodCopyTo
Copies the elements of this collection to an array, starting at a particular arrayIndex.
Public methodDispose
Disposes this information list.
Protected methodDispose(Boolean)
Actual dispose implementation.
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
Gets the typed enumerator for this list.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the given item.
Public methodInsert
Not supported.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Not supported.
Public methodRemoveAt
Not supported.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventObjectDisposing
Event that is fired when this object is about to be disposed.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets the untyped enumerator of this list.
Top
See Also

Reference