API Reference
Class
Gpu
Queries video controller (GPU) information via Win32_VideoController.
Inheritance
- Object
- Gpu
Methods
public static async Task<List<VideoControllerInfo>> GetAsync(String computer, Nullable<TimeSpan> timeout = null, CancellationToken ct = null) #Returns:
Task<List<VideoControllerInfo>>Gets video controller 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