API Reference
Class
BiosInfoQuery
Reads BIOS identity and version details via WMI.
Inheritance
- Object
- BiosInfoQuery
Methods
public static BiosInfo Get(String computer) #Returns:
BiosInfoQueries Win32_BIOS for serial number, version, and release date.
Parameters
- computer System.String
- Target hostname.
Returns
BIOS information; empty when not available.
public static async Task<BiosInfo> GetAsync(String computer, TimeSpan timeout, CancellationToken ct) #Returns:
Task<BiosInfo>Asynchronously queries Win32_BIOS for serial number, version, and release date.
Parameters
- computer System.String
- Target hostname.
- timeout System.TimeSpan
- Operation timeout.
- ct System.Threading.CancellationToken
- Cancellation token.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object