API Reference
Class
Processor
Queries processor (CPU) information via Win32_Processor.
Inheritance
- Object
- Processor
Methods
public static async Task<List<ProcessorInfo>> GetAsync(String computer, Nullable<TimeSpan> timeout = null, CancellationToken ct = null) #Returns:
Task<List<ProcessorInfo>>Gets CPU information for a computer.
Parameters
- computer System.String
- Target computer name or IP.
- timeout System.Nullable{System.TimeSpan} = null
- Optional per-query timeout.
- ct System.Threading.CancellationToken = null
- Cancellation token.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object