Klasse PdhUtil.PdhEnumObjectItems

java.lang.Object
com.sun.jna.platform.win32.PdhUtil.PdhEnumObjectItems
Umschließende Klasse:
PdhUtil

public static class PdhUtil.PdhEnumObjectItems extends Object
Holder Object for PdhEnumObjectsItems. The embedded lists are modifiable lists and can be accessed through the getCounters() and getInstances() accessors.
  • Konstruktordetails

  • Methodendetails

    • getCounters

      public List<String> getCounters()
      Gibt zurück:
      the embedded counters list, all calls to this function receive the same list and thus share modifications
    • getInstances

      public List<String> getInstances()
      Gibt zurück:
      the embedded instances list, all calls to this function receive the same list and thus share modifications
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object