Click or drag to resize

WmiQueryItem Class

WMI Query Item.
Inheritance Hierarchy
SystemObject
  Xcalibur.WMI.FrameworkWmiQueryItem

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public class WmiQueryItem : IWmiQueryItem

The WmiQueryItem type exposes the following members.

Constructors
  NameDescription
Public methodWmiQueryItem
Initializes a new instance of the WmiQueryItem class.
Top
Properties
  NameDescription
Public propertyIsActive
Gets or sets a value indicating whether [is active].
Public propertyPropertyName
Gets or sets the name of the property associated with the destination model.
Public propertyWmiPropertyName
Gets or sets the name of the WMI property.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also