iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Represents a collection of DmiStructure objects implemented in DMI.
public sealed class DmiStructureCollection : ReadOnlyCollection<DmiStructure>
| name | description |
|---|---|
| Item { get; } | Gets the element with the specified key. |
| Contains(…) | Determines whether the element with the specified key is in the collection. |
| GetProperties(…) | Returns a Result that contains the result of the operation. |
| GetProperty(…) | Returns a Result that contains the result of the operation. Always returns the first appearance of the property |
| IndexOf(…) | Returns the index of the object with the key specified in the collection |