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.BaseBoard.Features class

Contains the key definition for the Features section.

public static class Features

Public Members

name description
static IsHostingBoard { get; } Gets a value representing the key to retrieve the property value.
static IsHotSwappable { get; } Gets a value representing the key to retrieve the property value.
static IsRemovable { get; } Gets a value representing the key to retrieve the property value.
static IsReplaceable { get; } Gets a value representing the key to retrieve the property value.
static RequiredDaughterBoard { get; } Gets a value representing the key to retrieve the property value.

See Also