ObjectQuery Members
.NET Framework 3.0
Represents a management query that returns instances or classes.
The following tables list the members exposed by the ObjectQuery type.
| Name | Description | |
|---|---|---|
| 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) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Overridden. Returns a copy of the object. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetValueOfKeyword | (inherited from ManagementQuery) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| ParseQuery | 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) |