Interface PdhCounterWildcardProperty
- All Known Implementing Classes:
GpuInformation.GpuAdapterMemoryProperty, GpuInformation.GpuEngineProperty, PhysicalDisk.PhysicalDiskProperty, ProcessInformation.IdleProcessorTimeProperty, ProcessInformation.ProcessPerformanceProperty, ProcessorInformation.ProcessorFrequencyProperty, ProcessorInformation.ProcessorPerformanceProperty, ProcessorInformation.ProcessorTickCountProperty, ProcessorInformation.ProcessorUtilityTickCountProperty, ThreadInformation.ThreadPerformanceProperty
public interface PdhCounterWildcardProperty
Contract for Wildcard Counter Property Enums. Enums implementing this interface define PDH counters where the first
enum element specifies an instance filter and remaining elements define counter names.
-
Method Summary
-
Method Details
-
getCounter
String getCounter()Gets the counter name for this property.- Returns:
- Returns the counter. The first element of the enum will return the instance filter rather than a counter.
-