API Reference
Class
WmiRow
Single WMI row materialized as a case-insensitive property bag.
Inheritance
- Object
- WmiRow
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