Package oshi.driver.windows.wmi
Class Win32ComputerSystemProduct
java.lang.Object
oshi.driver.windows.wmi.Win32ComputerSystemProduct
@ThreadSafe public final class Win32ComputerSystemProduct extends java.lang.Object
Utility to query WMI class
Win32_ComputerSystemProduct-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWin32ComputerSystemProduct.ComputerSystemProductPropertyComputer System ID number -
Method Summary
Modifier and Type Method Description static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32ComputerSystemProduct.ComputerSystemProductProperty>queryIdentifyingNumberUUID()Queries the Computer System Product.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
queryIdentifyingNumberUUID
public static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32ComputerSystemProduct.ComputerSystemProductProperty> queryIdentifyingNumberUUID()Queries the Computer System Product.- Returns:
- Assigned serial number and UUID.
-