public final class ComputerInfo extends Object
Returns Information about the current OS and Hardware on the current system.
Modifier and Type | Field and Description |
---|---|
HWInfo.HWObject |
HW |
OSInfo.OSObject |
OS |
Constructor and Description |
---|
ComputerInfo() |
Modifier and Type | Method and Description |
---|---|
static HWInfo.HWObject |
ReInitializeHW() |
static OSInfo.OSObject |
ReInitializeOS() |
public OSInfo.OSObject OS
public HWInfo.HWObject HW
public ComputerInfo() throws IOException, InterruptedException
IOException
InterruptedException
public static OSInfo.OSObject ReInitializeOS() throws IOException, InterruptedException
IOException
InterruptedException
public static HWInfo.HWObject ReInitializeHW() throws IOException
IOException
Copyright © 2017–2018 J&G CompTech. All rights reserved.