Uses of Enum
oshi.driver.windows.perfmon.ProcessInformation.ProcessPerformanceProperty
Packages that use ProcessInformation.ProcessPerformanceProperty
Package
Description
Provides functions to query counters in windows performance monitor (or WMI counter tables)
-
Uses of ProcessInformation.ProcessPerformanceProperty in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return ProcessInformation.ProcessPerformancePropertyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ProcessInformation.ProcessPerformanceProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.perfmon that return types with arguments of type ProcessInformation.ProcessPerformancePropertyModifier and TypeMethodDescriptionProcessInformation.queryProcessCounters()
Returns process counters.