API Reference
Class
SystemRuntimeQueryResult
Typed result for system runtime queries.
Inheritance
- Object
- SystemRuntimeQueryResult
Constructors
public SystemRuntimeQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public SystemRuntimeInfo Runtime { get; set; } #Base runtime snapshot.
public OperatingSystemInfo OperatingSystem { get; set; } #Optional operating system summary.
public OsInfo OperatingSystemDetail { get; set; } #Optional operating system detail.
public ComputerSystemInfo ComputerSystem { get; set; } #Optional computer system detail.
public BiosInfo Bios { get; set; } #Optional BIOS detail.
public BaseBoardInfo BaseBoard { get; set; } #Optional baseboard detail.
public IReadOnlyList<String> Warnings { get; set; } #Non-fatal warnings collected during best-effort enrichment.