NotifyDictionary Class

CVB.Net Documentation
Read-only collection containing all INotify events of a Device.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericReadOnlyDictionaryBaseInt32, INotifyObservable
    Stemmer.Cvb.DriverNotifyDictionary

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

public sealed class NotifyDictionary : ReadOnlyDictionaryBase<int, INotifyObservable>, 
	IDisposable

The NotifyDictionary type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of items in the dictionary.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public propertyItem
Gets the element that has the specified key.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public propertyKeys
Gets a read-only collection of all keys in this dictionary.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public propertyValues
Gets a read-only collection of all values in this dictionary.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Top
Methods

  NameDescription
Public methodContainsKey
Determines whether the key is in this collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public methodDispose
Disposes
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Retrieves the value that is associated with the specific key.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Top
Fields

  NameDescription
Public fieldStatic memberDeviceDisconnected
Device was disconnected (communication lost).
Public fieldStatic memberDeviceImageGeometryChanged
Device width, height, plane number, and/or data type changed.
Public fieldStatic memberDeviceReconnect
Device was reconnected (communication regained).
Public fieldStatic memberNewMetaData
New meta data arrived.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIDictionaryTKey, TValueAdd (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueClear (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueItem
Gets or sets the element with the specified key.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIDictionaryTKey, TValueRemove (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Top
See Also

Reference