java.lang.Object
oshi.driver.windows.registry.ProcessWtsData.WtsInfo
- Enclosing class:
- ProcessWtsData
Class to encapsulate data from WTS Process Info
-
Constructor Details
-
WtsInfo
-
-
Method Details
-
getName
- Returns:
- the name
-
getPath
- Returns:
- the path
-
getThreadCount
public int getThreadCount()- Returns:
- the threadCount
-
getVirtualSize
public long getVirtualSize()- Returns:
- the virtualSize
-
getKernelTime
public long getKernelTime()- Returns:
- the kernelTime
-
getUserTime
public long getUserTime()- Returns:
- the userTime
-
getOpenFiles
public long getOpenFiles()- Returns:
- the openFiles
-