DmiBaseType<TSmbios> class
The DmiBaseType class provides functions to analyze the properties associated with a structure DMI.
public abstract class DmiBaseType<TSmbios> : IDmiType
| parameter |
description |
| TSmbios |
Smbios strucutre type |
Public Members
Protected Members
| name |
description |
| DmiBaseType(…) |
Initializes a new instance of the class SmbiosBaseType by specifying the Header of the structure and current |
| SmbiosStructure { get; } |
Gets a reference to smbios structure. |
| SmbiosVersion { get; } |
Gets the current version of SMBIOS. |
| Parse(…) |
Parse and populates the property collection for this structure. |
| virtual PopulateProperties(…) |
Populates the property collection for this structure. |
See Also