ObjectQuery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a management query that returns instances or classes.
public ref class ObjectQuery : System::Management::ManagementQuery
public class ObjectQuery : System.Management.ManagementQuery
type ObjectQuery = class
inherit ManagementQuery
Public Class ObjectQuery
Inherits ManagementQuery
- Inheritance
- Derived
Remarks
This class or its derivatives are used to specify a query in the ManagementObjectSearcher. Use a more specific query class whenever possible.
Constructors
ObjectQuery() |
Initializes a new instance of the ObjectQuery class with no initialized values. This is the parameterless constructor. |
ObjectQuery(String) |
Initializes a new instance of the ObjectQuery class for a specific query string. |
ObjectQuery(String, String) |
Initializes a new instance of the ObjectQuery class for a specific query string and language. |
Properties
QueryLanguage |
Gets or sets the query language used in the query string, defining the format of the query string. (Inherited from ManagementQuery) |
QueryString |
Gets or sets the query in text format. (Inherited from ManagementQuery) |
Methods
Clone() |
Returns a copy of the object. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ParseQuery(String) |
Parses the query string and sets the property values accordingly. If the query is valid, the class name property and condition property of the query will be parsed. (Inherited from ManagementQuery) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |