|
类摘要 |
| AbstractSecurityScriptingObject |
Objects have a security property, which is the SWbemSecurity object. |
| SWbemEventSource |
Retrieves events from an event query in conjunction with SWbemServices.execNotificationQuery(). |
| SWbemLastError |
todo implement
Created by chenlichao on 14-7-28. |
| SWbemLocator |
You can use the methods of the SWbemLocator object to obtain an SWbemServices object that represents
a connection to a namespace on either a local computer or a remote host computer. |
| SWbemMethod |
You can use the properties of the SWbemMethod object to inspect a single method definition of a WMI object. |
| SWbemMethodSet |
An SWbemMethodSet object is a collection of SWbemMethod objects. |
| SWbemNamedValue |
todo implement
Created by chenlichao on 14-7-26. |
| SWbemNamedValueSet |
TODO Implement
Created by chenlichao on 14-7-17. |
| SWbemObject |
You can use the methods and properties of the SWbemObject object to represent one
Windows Management Instrumentation (WMI) class definition or object instance. |
| SWbemObjectPath |
Use the methods and properties of the SWbemObjectPath object to construct and validate an object path. |
| SWbemObjectSet |
An SWbemObjectSet object is a collection of SWbemObject objects. |
| SWbemPrivilege |
The SWbemPrivilege object represents a single privilege. |
| SWbemPrivilegeSet |
An SWbemPrivilegeSet object is a collection of SWbemPrivilege objects in an
SWbemSecurity object that requests specific privileges for a Windows Management Instrumentation (WMI) object. |
| SWbemProperty |
Represents a single WMI property of a managed object. |
| SWbemPropertySet |
An SWbemPropertySet object is a collection of SWbemProperty objects. |
| SWbemQualifier |
You can use the properties of the SWbemQualifier object to represent a single qualifier of
a WMI class, instance, property, or method parameter. |
| SWbemQualifierSet |
A collection of SWbemQualifier objects. |
| SWbemSecurity |
The SWbemSecurity object gets or sets security settings, such as privileges, COM impersonations, and authentication levels
assigned to an object. |
| SWbemServices |
You can use the methods of an SWbemServices object to perform operations against a namespace
on either a local host or a remote host. |
| WMIVariant |
WMI Variant
Created by chenlichao on 14-7-26. |