Uses of Class
oshi.driver.windows.wmi.Win32Process.CommandLineProperty
-
Packages that use Win32Process.CommandLineProperty Package Description oshi.driver.windows.wmi Provides functions to query properties in WMI classes -
-
Uses of Win32Process.CommandLineProperty in oshi.driver.windows.wmi
Methods in oshi.driver.windows.wmi that return Win32Process.CommandLineProperty Modifier and Type Method Description static Win32Process.CommandLineProperty
Win32Process.CommandLineProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Win32Process.CommandLineProperty[]
Win32Process.CommandLineProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.wmi that return types with arguments of type Win32Process.CommandLineProperty Modifier and Type Method Description static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32Process.CommandLineProperty>
Win32Process. queryCommandLines(java.util.Set<java.lang.Integer> pidsToQuery)
Returns process command lines
-