Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterCollection Class
Properties Methods Events


In This Topic
    PerfCounterCollection Class Members
    In This Topic

    The following tables list the members exposed by PerfCounterCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new performance counter group referencing the supplied collection of performance counter objects  
    Top
    Public Properties
     NameDescription
    Public PropertyThe display caption for this performance counter group  
    Public PropertyThe number of items in the collection.  
    Public PropertyThe display description for this performance counter group  
    Public PropertyReturns false, this collection is not read only.  
    Public PropertyGets the item in the collection at the specified zero-based index.  
    Top
    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
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes.  
    Top
    See Also