API Reference
Class
WmiQueryResult
Result of a WMI/CIM query including rows and diagnostics.
Inheritance
- Object
- WmiQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Wmi.Get
- Method WmiQuery.Query
- Method WmiQuery.QueryAsync
- Method WmiQuery.QueryWithFallback
- Method WmiQuery.QueryWithFallbackAsync
Constructors
public WmiQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public WmiQueryDiagnostics Diagnostics { get; set; } #Diagnostic metadata for the query.