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.Timeout property

Gets a value representing the key to retrieve the property value.

Number of minutes before the reboot is initiated. It is used after a system power cycle, system reset (local or remote), and automatic system reset

Key Composition

Return Value

Type: UInt16

public static IPropertyKey Timeout { get; }

See Also