iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definition for the Entry section.
public static class Entry
| 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. |