Class
PerformanceCounterEnvironmentOptions

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class PerformanceCounterEnvironmentOptions : List<PerformanceCounterObjectInfo>, IList<PerformanceCounterObjectInfo>, ICollection<PerformanceCounterObjectInfo>, IList, ICollection, IReadOnlyList<PerformanceCounterObjectInfo>, IReadOnlyCollection<PerformanceCounterObjectInfo>, IEnumerable<PerformanceCounterObjectInfo>, IEnumerable, IEnvironmentalConfigurationOptions

Inheritance: objectList<PerformanceCounterObjectInfo>PerformanceCounterEnvironmentOptions

Implements: ICollectionICollection<PerformanceCounterObjectInfo>IEnumerableIEnumerable<PerformanceCounterObjectInfo>IEnvironmentalConfigurationOptionsIListIList<PerformanceCounterObjectInfo>IReadOnlyCollection<PerformanceCounterObjectInfo>IReadOnlyList<PerformanceCounterObjectInfo>

Inherited Members List<PerformanceCounterObjectInfo>.Add(PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.AddRange(IEnumerable<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.AsReadOnly()List<PerformanceCounterObjectInfo>.BinarySearch(int, int, PerformanceCounterObjectInfo, IComparer<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.BinarySearch(PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.BinarySearch(PerformanceCounterObjectInfo, IComparer<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.Clear()List<PerformanceCounterObjectInfo>.Contains(PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.ConvertAll<TOutput>(Converter<PerformanceCounterObjectInfo, TOutput>)List<PerformanceCounterObjectInfo>.CopyTo(PerformanceCounterObjectInfo[])List<PerformanceCounterObjectInfo>.CopyTo(int, PerformanceCounterObjectInfo[], int, int)List<PerformanceCounterObjectInfo>.CopyTo(PerformanceCounterObjectInfo[], int)List<PerformanceCounterObjectInfo>.Exists(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.Find(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindAll(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindIndex(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindIndex(int, Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindIndex(int, int, Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindLast(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindLastIndex(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindLastIndex(int, Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.FindLastIndex(int, int, Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.ForEach(Action<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.GetEnumerator()List<PerformanceCounterObjectInfo>.GetRange(int, int)List<PerformanceCounterObjectInfo>.IndexOf(PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.IndexOf(PerformanceCounterObjectInfo, int)List<PerformanceCounterObjectInfo>.IndexOf(PerformanceCounterObjectInfo, int, int)List<PerformanceCounterObjectInfo>.Insert(int, PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.InsertRange(int, IEnumerable<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.LastIndexOf(PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.LastIndexOf(PerformanceCounterObjectInfo, int)List<PerformanceCounterObjectInfo>.LastIndexOf(PerformanceCounterObjectInfo, int, int)List<PerformanceCounterObjectInfo>.Remove(PerformanceCounterObjectInfo)List<PerformanceCounterObjectInfo>.RemoveAll(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.RemoveAt(int)List<PerformanceCounterObjectInfo>.RemoveRange(int, int)List<PerformanceCounterObjectInfo>.Reverse()List<PerformanceCounterObjectInfo>.Reverse(int, int)List<PerformanceCounterObjectInfo>.Sort()List<PerformanceCounterObjectInfo>.Sort(IComparer<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.Sort(int, int, IComparer<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.Sort(Comparison<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.ToArray()List<PerformanceCounterObjectInfo>.TrimExcess()List<PerformanceCounterObjectInfo>.TrueForAll(Predicate<PerformanceCounterObjectInfo>)List<PerformanceCounterObjectInfo>.CapacityList<PerformanceCounterObjectInfo>.CountList<PerformanceCounterObjectInfo>.this[int]

Constructors

PerformanceCounterEnvironmentOptions()

Declaration

cs-api-definition
public PerformanceCounterEnvironmentOptions()