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.AdditionalInformation.Entry class

Contains the key definition for the Entry section.

public static class Entry

Public Members

name description
static EntryLength { get; } Gets a value representing the key to retrieve the property value.
static ReferencedHandle { get; } Gets a value representing the key to retrieve the property value.
static ReferencedOffset { get; } Gets a value representing the key to retrieve the property value.
static StringValue { get; } Gets a value representing the key to retrieve the property value.
static Value { get; } Gets a value representing the key to retrieve the property value.

See Also