Class PerformanceCounterObjectInfo
Inheritance
System.Object
PerformanceCounterObjectInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceCounterObjectInfo
Constructors
PerformanceCounterObjectInfo(String, IEnumerable<String>, IEnumerable<String>)
Declaration
public PerformanceCounterObjectInfo(string strName, IEnumerable<string> counters, IEnumerable<string> instances)
Parameters
System.String
strName
|
System.Collections.Generic.IEnumerable<System.String>
counters
|
System.Collections.Generic.IEnumerable<System.String>
instances
|
Fields
_counters
Declaration
protected List<string> _counters
Field Value
System.Collections.Generic.List<System.String>
|
_instances
Declaration
protected List<string> _instances
Field Value
System.Collections.Generic.List<System.String>
|
_strName
Declaration
protected string _strName
Field Value
System.String
|
Properties
Counters
Declaration
public List<string> Counters { get; }
Property Value
System.Collections.Generic.List<System.String>
|
Instances
Declaration
public List<string> Instances { get; }
Property Value
System.Collections.Generic.List<System.String>
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|