iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definitions available for a type 001 [System Information] structure.
public static class System
name | description |
---|---|
static Family { get; } | Gets a value representing the key to retrieve the property value. |
static Manufacturer { get; } | Gets a value representing the key to retrieve the property value. |
static ProductName { get; } | Gets a value representing the key to retrieve the property value. |
static SerialNumber { get; } | Gets a value representing the key to retrieve the property value. |
static SkuNumber { get; } | Gets a value representing the key to retrieve the property value. |
static UUID { get; } | Gets a value representing the key to retrieve the property value. |
static Version { get; } | Gets a value representing the key to retrieve the property value. |
static WakeUpType { get; } | Gets a value representing the key to retrieve the property value. |