iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.Chassis class

Contains the key definitions available for a type 003 [SystemEnclosure Information] structure.

public static class Chassis

Public Members

name description
static AssetTagNumber { get; } Gets a value representing the key to retrieve the property value.
static BootUpState { get; } Gets a value representing the key to retrieve the property value.
static ChassisType { 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 Height { get; } Gets a value representing the key to retrieve the property value.
static Locked { 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 NumberOfPowerCords { get; } Gets a value representing the key to retrieve the property value.
static OemDefined { get; } Gets a value representing the key to retrieve the property value.
static PowerSupplyState { get; } Gets a value representing the key to retrieve the property value.
static SecurityStatus { 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 ThermalState { 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 Elements Contains the key definition for the Elements section.

See Also