类 cn.chenlichao.wmi4j.WMIVariant
的使用

使用 WMIVariant 的软件包
cn.chenlichao.wmi4j   
 

cn.chenlichao.wmi4jWMIVariant 的使用
 

返回 WMIVariantcn.chenlichao.wmi4j 中的方法
 WMIVariant SWbemObject.getPropertyByName(String propertyName)
          Get the variant value of the specified WMI property.
 WMIVariant SWbemLastError.getPropertyByName(String propertyName)
          Get the variant value of the specified WMI property.
 WMIVariant SWbemProperty.getValue()
          Get the variant value of the WMI property.
 WMIVariant SWbemQualifier.getValue()
          Get the variant value of this qualifier.
 

参数类型为 WMIVariantcn.chenlichao.wmi4j 中的方法
 SWbemQualifier SWbemQualifierSet.add(String name, WMIVariant value)
          Use default parameters for SWbemQualifierSet.add(String, WMIVariant, Boolean, Boolean, Boolean, Integer)
 SWbemQualifier SWbemQualifierSet.add(String name, WMIVariant value, Boolean propagatesToSubclasses, Boolean propagatesToInstances, Boolean overridable, Integer flags)
          Add an SWbemQualifier object to the SWbemQualifierSet collection.
 void SWbemObject.setPropertyByName(String propertyName, WMIVariant value)
          Set the variant value of the specified WMI property
 void SWbemProperty.setValue(WMIVariant variant)
          Set the variant value of the WMI property.
 void SWbemQualifier.setValue(WMIVariant variant)
          Set the variant value of this qualifier.
 



Copyright © 2014. All rights reserved.