| Package | Description |
|---|---|
| oshi.util.platform.windows |
Provides utilities for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
static WmiUtil.ValueType |
WmiUtil.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmiUtil.ValueType[] |
WmiUtil.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Object>> |
WmiUtil.selectObjectsFrom(String namespace,
String wmiClass,
String properties,
String whereClause,
WmiUtil.ValueType[] propertyTypes)
Get multiple individually typed values from WMI
|
Copyright © 2010–2017 oshi. All rights reserved.