Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterCollection Class


In This Topic
PerfCounterCollection Class Methods
In This Topic

For a list of all members of this type, see PerfCounterCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. Add an existing performance counter object to our collection.  
Public MethodClears the entire collection.  
Public MethodIndicates whether the collection contains the specified performance counter  
Public MethodOverloaded. Determines whether the collection contains an element with the specified key.  
Public MethodCopies the entire collection into the provided array, starting at the specified index.  
Public MethodSearches for the specified value and returns the zero-based index of the first occurrence  
Public MethodNot Supported.  
Public MethodRemove the specified PerfCounterMetric item. If the PerfCounterMetric isn't in the collection, no exception is thrown.  
Public MethodRemoves the item at the specified index.  
Public MethodOverloaded. Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
Public MethodRecord a sample of every performance counter in this group  
Top
See Also