Read-only collection containing all INotify events of a Device. More...
Inherits ReadOnlyDictionaryBase< TKey, TValue >.
Public Member Functions | |
| void | Dispose () |
| Disposes. | |
Public Member Functions inherited from ReadOnlyDictionaryBase< TKey, TValue > | |
| virtual bool | ContainsKey (TKey key) |
| Determines whether the key is in this collection. | |
| virtual bool | TryGetValue (TKey key, out TValue value) |
| Retrieves the value that is associated with the specific key . | |
Static Public Attributes | |
| const int | DeviceDisconnected = 2 |
| Device was disconnected (communication lost). | |
| const int | DeviceReconnect = 3 |
| Device was reconnected (communication regained). | |
| const int | DeviceImageGeometryChanged = 4 |
| Device width, height, plane number, and/or data type changed. | |
| const int | NewMetaData = 5 |
| New meta data arrived. | |
Additional Inherited Members | |
Protected Member Functions inherited from ReadOnlyDictionaryBase< TKey, TValue > | |
| ReadOnlyDictionaryBase (IDictionary< TKey, TValue > dictionary) | |
| Creates a new ReadOnlyDictionary wrapping the given dictionary . | |
| virtual bool | Contains (KeyValuePair< TKey, TValue > item) |
| Determines whether the item is in this collection. | |
| virtual void | CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex) |
| Copies the entire collection to a compatible one-dimensional array , starting at the specified arrayIndex . | |
| virtual IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
| Returns an enumerator that iterates through this collection. | |
Properties inherited from ReadOnlyDictionaryBase< TKey, TValue > | |
| IDictionary< TKey, TValue > | Dictionary [get] |
| Gets the wrapped dictionary. | |
| virtual TValue | this[TKey key] [get] |
| Gets the element that has the specified key . | |
| int | Count [get] |
| Gets the number of items in the dictionary. | |
| virtual ICollection< TKey > | Keys [get] |
| Gets a read-only collection of all keys in this dictionary. | |
| virtual ICollection< TValue > | Values [get] |
| Gets a read-only collection of all values in this dictionary. | |
Read-only collection containing all INotify events of a Device.