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 002 [BaseBoard (or Module) Information] structure.
public static class BaseBoard
| name | description |
|---|---|
| static AssetTag { get; } | Gets a value representing the key to retrieve the property value. |
| static BoardType { get; } | Gets a value representing the key to retrieve the property value. |
| static ChassisHandle { get; } | Gets a value representing the key to retrieve the property value. |
| static ContainedElements { get; } | Gets a value representing the key to retrieve the property value. |
| static LocationInChassis { 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 NumberOfContainedObjectHandles { get; } | Gets a value representing the key to retrieve the property value. |
| static Product { 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 Version { get; } | Gets a value representing the key to retrieve the property value. |
| static class Features | Contains the key definition for the Features section. |