API Reference
Class
ComputerSystemInfoQuery
Queries ComputerSystemInfo via WMI/CIM, with async support.
Inheritance
- Object
- ComputerSystemInfoQuery
Methods
public static ComputerSystemInfo Get(String computer) #Returns:
ComputerSystemInfoRetrieves system information for the given computer.
Parameters
- computer System.String
public static async Task<ComputerSystemInfo> GetAsync(String computer, TimeSpan timeout, CancellationToken ct) #Returns:
Task<ComputerSystemInfo>Asynchronously retrieves system information with a timeout.
Parameters
- computer System.String
- timeout System.TimeSpan
- ct System.Threading.CancellationToken
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object