API Reference
Class
WmiRow
Single WMI row materialized as a case-insensitive property bag.
Inheritance
- Object
- WmiRow
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 CimData.Get
- Method CimData.GetAsync
- Method CimData.GetManyAsync
- Method CimWmiClient.Query
- Method CimWmiClient.QueryAsync
- Method HybridWmiClient.Query
- Method HybridWmiClient.QueryAsync
- Method IWmiClient.Query
- Method IWmiClient.QueryAsync
- Method WmiClient.Query
- Method WmiClient.QueryAsync
- Property WmiQueryResult.Rows
- Method WmiReader.QueryRows
- Method WmiReader.QueryRows
- Method WmiReader.QueryRowsAsync
- Method WmiReader.QueryRowsWithCredential
- Method WmiReader.QueryRowsWithCredentialAsync
Accepted by parameters
- Method CimWmiClient.QuerySingle
- Method CimWmiClient.QuerySingleAsync
- Method CimWmiClient.QuerySingleAsync``1
- Method CimWmiClient.QuerySingleAsync``1
- Method CimWmiClient.QuerySingle``1
- Method CimWmiClient.QuerySingle``1
- Method HybridWmiClient.QuerySingle
- Method HybridWmiClient.QuerySingleAsync
- Method HybridWmiClient.QuerySingleAsync``1
- Method HybridWmiClient.QuerySingleAsync``1
- Method HybridWmiClient.QuerySingle``1
- Method HybridWmiClient.QuerySingle``1
- Method IWmiClient.QuerySingle
- Method IWmiClient.QuerySingleAsync
- Method IWmiClient.QuerySingleAsync``1
- Method IWmiClient.QuerySingleAsync``1
- Method IWmiClient.QuerySingle``1
- Method IWmiClient.QuerySingle``1
- Method WmiClient.QuerySingle
- Method WmiClient.QuerySingleAsync
- Method WmiClient.QuerySingleAsync``1
- Method WmiClient.QuerySingleAsync``1
- Method WmiClient.QuerySingle``1
- Method WmiClient.QuerySingle``1
- Method WmiReader.Query
- Method WmiReader.Query``1
Constructors
public WmiRow(Dictionary<String, Object> values) #Initializes a new row from a case-insensitive dictionary of values.
Parameters
- values System.Collections.Generic.Dictionary{System.String,System.Object}
Methods
Get``1(System.String name) #Gets a value by property name and converts it to the requested type, handling DateTime strings and unsigned-to-signed numeric conversions when possible. Returns default(T) on conversion failure.
Parameters
- name System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object