- get() - Static method in class com.profesorfalken.wmi4java.WMI4Java
-
Static creation of instance
- getName() - Method in enum com.profesorfalken.wmi4java.WMIClass
-
- getRawWMIObjectOutput(WMIClass) - Method in class com.profesorfalken.wmi4java.WMI4Java
-
Query all the raw object data for an specific class
- getRawWMIObjectOutput(String) - Method in class com.profesorfalken.wmi4java.WMI4Java
-
Query all the raw object data for an specific class
- getWMIObject(WMIClass) - Method in class com.profesorfalken.wmi4java.WMI4Java
-
Query all the object data for an specific class
WARNINGN Notice that this method return a flat object.
- getWMIObject(String) - Method in class com.profesorfalken.wmi4java.WMI4Java
-
Query all the object data for an specific class
WARNINGN Notice that this method return a flat object.
- getWMIObjectList(WMIClass) - Method in class com.profesorfalken.wmi4java.WMI4Java
-
Query a list of object data for an specific class
This method should be used to retrieve a list of objects instead of a
flat key/value object.
- getWMIObjectList(String) - Method in class com.profesorfalken.wmi4java.WMI4Java
-
Query a list of object data for an specific class
This method should be used to retrieve a list of objects instead of a
flat key/value object.