Package com.jgcomptech.tools
Class HWInfo.OEM
- java.lang.Object
-
- com.jgcomptech.tools.HWInfo.OEM
-
- Enclosing class:
- HWInfo
public static final class HWInfo.OEM extends java.lang.ObjectReturns information about the system manufacturer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringName()Returns the system manufacturer name that is stored in the registry.static java.lang.StringProductName()Returns the system product name that is stored in the registry.
-
-
-
Method Detail
-
Name
public static java.lang.String Name()
Returns the system manufacturer name that is stored in the registry.- Returns:
- OEM name as string
-
ProductName
public static java.lang.String ProductName()
Returns the system product name that is stored in the registry.- Returns:
- Product name as string
-
-