Interface PdhCounterProperty

All Known Implementing Classes:
MemoryInformation.PageSwapProperty, PagingFile.PagingPercentProperty, ProcessInformation.HandleCountProperty, ProcessorInformation.InterruptsProperty, ProcessorInformation.SystemTickCountProperty, SystemInformation.ContextSwitchProperty, SystemInformation.ProcessorQueueLengthProperty

public interface PdhCounterProperty
Contract for Counter Property Enums. Enums implementing this interface define a specific PDH counter instance and counter name pair.
  • Method Details

    • getInstance

      String getInstance()
      Returns:
      Returns the instance.
    • getCounter

      String getCounter()
      Returns:
      Returns the counter.