cn.chenlichao.wmi4j
类 SWbemLastError
java.lang.Object
cn.chenlichao.wmi4j.AbstractSecurityScriptingObject
cn.chenlichao.wmi4j.SWbemLastError
public class SWbemLastError
- extends AbstractSecurityScriptingObject
todo implement
Created by chenlichao on 14-7-28.
getProperties
public SWbemPropertySet getProperties()
throws WMIException
- Returns an
SWbemPropertySet object that is a collection of the properties for the current class or instance.
This property is read-only.
- 返回:
- An
SWbemPropertySet object that is a collection of the properties for the current class or instance.
- 抛出:
WMIException
getPropertyByName
public WMIVariant getPropertyByName(String propertyName)
throws WMIException
- Get the variant value of the specified WMI property.
- 参数:
propertyName - Name of the property.
- 返回:
- The variant value of the specified WMI property.
- 抛出:
WMIException
Copyright © 2014. All rights reserved.