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.SystemReset class

Contains the key definitions available for a type 023 [SystemReset] structure.

public static class SystemReset

Public Members

name description
static ResetCount { get; } Gets a value representing the key to retrieve the property value.
static ResetLimit { get; } Gets a value representing the key to retrieve the property value.
static Timeout { get; } Gets a value representing the key to retrieve the property value.
static TimerInterval { get; } Gets a value representing the key to retrieve the property value.
static class Capabilities Contains the key definition for the Capabilities section.

See Also