Uses of Enum Class
oshi.driver.common.windows.perfmon.SystemInformation.ContextSwitchProperty
Packages that use SystemInformation.ContextSwitchProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of SystemInformation.ContextSwitchProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type SystemInformation.ContextSwitchProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumContext switch propertyMethods in oshi.driver.common.windows.perfmon that return SystemInformation.ContextSwitchPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SystemInformation.ContextSwitchProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.driver.common.windows.perfmon that return types with arguments of type SystemInformation.ContextSwitchPropertyModifier and TypeMethodDescriptionSystemInformation.queryContextSwitchCounters(PerfCounterQueryExecutor executor) Returns context switch counters.