Name | Description | |
---|---|---|
![]() | Add | Overloaded. Create a new metric instance for the provided performance counter object |
![]() | Clear | Clearing objects is not supported. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Contains | Indicates whether the specified metric object is contained in this dictionary. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | ContainsKey | Overloaded. Determines whether the collection contains an element with the specified key. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | CopyTo | Copies the entire contents of the dictionary into the provided array starting at the specified index. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | IndexOf | Returns the zero-based index of the specified metric within the dictionary. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Insert | Inserting objects by index is not supported because the collection is sorted. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Remove | Removing objects is not supported. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | RemoveAt | Removing objects by index is not supported because the collection is always read only. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | ToArray | Copy the entire collection of metric instances into a new array. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | TryGetValue | Overloaded. Retrieve an item from the collection by the performance counter it represents if present. If not present, the default value of the object is returned. |