Click or drag to resize

WmiQueryBuilderT Methods

The WmiQueryBuilderT generic type exposes the following members.

Methods
  NameDescription
Public methodAddClause
Adds a clause to be joined in a WHERE statement.

Note: This is only valid for Pull queries.

Public methodAddPropertyTProperty
Maps the property of the destination model to the WMI property.
Public methodBuild
Builds the query based on properties and clauses specified.
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.)
Public methodUpdateTConfig
Updates the query based on the provided configuration and polling interval.
Top
See Also