Uses of Class
oshi.driver.windows.registry.ProcessWtsData.WtsInfo
Packages that use ProcessWtsData.WtsInfo
Package
Description
Provides functions to query data in Windows Registry
Provides information about Software and OS on Windows
-
Uses of ProcessWtsData.WtsInfo in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return types with arguments of type ProcessWtsData.WtsInfoModifier and TypeMethodDescriptionstatic Map<Integer, ProcessWtsData.WtsInfo> ProcessWtsData.queryProcessWtsMap(Collection<Integer> pids) Query the registry for process performance countersprivate static Map<Integer, ProcessWtsData.WtsInfo> ProcessWtsData.queryProcessWtsMapFromPerfMon(Collection<Integer> pids) private static Map<Integer, ProcessWtsData.WtsInfo> ProcessWtsData.queryProcessWtsMapFromWTS(Collection<Integer> pids) -
Uses of ProcessWtsData.WtsInfo in oshi.software.os.windows
Methods in oshi.software.os.windows with parameters of type ProcessWtsData.WtsInfoModifier and TypeMethodDescriptionprivate booleanWindowsOSProcess.updateAttributes(ProcessPerformanceData.PerfCounterBlock pcb, ProcessWtsData.WtsInfo wts)