iTin.Hardware.Specification.Smbios.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>iTin.Hardware.Specification.Smbios</name>
    </assembly>
    <members>
        <member name="T:iTin.Hardware.Specification.SMBIOS">
            <summary>
            System Management BIOS (SMBIOS).<br/>
            Standard format of the data collected by the BIOS. SMBIOS defines this information in a series of data tables,<br/>
            where information about system components such as memory, peripheral devices, expansion cards, inventory label<br/>
            and operating system is collected.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> class.
            </summary>
            <remarks>
            Retrieves the <b>SMBIOS</b> information by <b>WMI</b> or native call.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.#ctor(iTin.Core.Hardware.Abstractions.Specification.Smbios.ISmbiosConnectOptions)">
            <summary>
            Prevents a default instance of the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> class from being created. Retrieves the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> information by WMI.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.SMBIOS.Instance">
            <summary>
            Gets a instance of this class.
            </summary>
            <value>
            A <see cref="T:iTin.Hardware.Specification.SMBIOS"/> reference instance.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.SMBIOS.ImplementedStructures">
            <summary>
            Gets the list of implemented structures.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.SMBIOS.Lenght">
            <summary>
            Gets a value that contains the length of all <b>SMBIOS</b> tables.
            </summary>
            <value>
            Length of all <b>SMBIOS</b> tables
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.SMBIOS.Version">
            <summary>
            Gets a value that contains the version of <b>SMBIOS</b>.
            </summary>
            <value>
            Version of <b>SMBIOS</b> in decimal notation.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.SMBIOS.RawStructures">
            <summary>
            Gets the structures grouped by raw type.
            </summary>
            <value>>
            Dictionary with unprocessed structures grouped by type.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.Get(iTin.Hardware.Specification.Smbios.SmbiosStructure)">
            <summary>
            Gets the data of the specified structure.
            </summary>
            <param name="structure">Structure to be recovered.</param>
            <returns>
            Collection of structures.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.GetAllRawTablesFrom(iTin.Hardware.Specification.Smbios.SmbiosStructure)">
            <summary>
            Returns the list of structure(s) of the specified type.
            </summary>
            <param name="structure">Reference structure.</param>
            <returns>
            An enumerator, which supports a simple iteration in the collection.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.CreateInstance(iTin.Core.Hardware.Abstractions.Specification.Smbios.ISmbiosConnectOptions)">
            <summary>
            Gets a unique instance of this class for remote machine.<br/>
            If <paramref name="options"/> is <b>null</b> (<b>Nothing</b> in Visual Basic) always returns an instance for this machine.
            </summary>
            <value>
            A unique <see cref="T:iTin.Hardware.Specification.SMBIOS"/> reference that contains <b>DMI</b> information.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>A <see cref="T:System.String"/> that represents this instance.</returns>
            <remarks>
            The <see cref="M:iTin.Hardware.Specification.SMBIOS.ToString"/> method returns a string that includes the version expresed in hexadecimal format,
            the number of available structures, and the total length occupied by all structures.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.GetImplementedStructureKeys">
            <summary>
            Returns the list with the keys of implemented structures.
            </summary>
            <value>
            List of structures implemented.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.ToRawStructures(System.Collections.Generic.IEnumerable{System.Byte[]})">
            <summary>
            Returns the structures grouped by unprocessed type.
            </summary>
            <param name="data">Structures not processed without grouping.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.SMBIOS.ToRawTables(System.Byte[])">
            <summary>
            Returns all the SMBIOS tables unprocessed.
            </summary>
            <param name="rawSmbiosTable">Array with raw <b>SMBIOS</b> data.</param>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosHelper">
            <summary>
            Helper class for <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosHelper.ParseStrings(System.Byte[])">
            <summary>
            Returns all stored strings in raw table.
            </summary>
            <param name="rawDataArray">Raw table</param>
            <returns>
            Strings stored in raw data.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable">
            <summary>
            Specialization of the <see cref="T:iTin.Core.Hardware.Common.ComponentModel.BasePropertiesTable"/> class that stores the available properties for each data table.
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty">
            <summary>
            Defines available keys for the available devices of a system.
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios">
            <summary>
            Contains the key definitions available for a type 000 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.Vendor">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the BIOS Vendor’s Name.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.Vendor"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.BiosVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the BIOS Version.</para>
            <para>This value is a free-form string that may contain core and <b>OEM</b> version information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.BiosVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.BiosStartSegment">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Segment location of BIOS starting address. This value is a free-form string that may contain core and <b>OEM</b> version information.
            The size of the runtime BIOS image can be computed by subtracting the Starting Address Segment from 10000h and multiplying the result by 16.
            When not applicable, such as on UEFI-based systems, this value is set to 0000h.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.BiosStartSegment"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.BiosReleaseDate">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            String number of the BIOS release date. The date string, if supplied, is in either mm/dd/yy or mm/dd/yyyy format. If the year portion of the string is two digits, the year is assumed to be 19yy.
            The mm/dd/yyyy format is required for SMBIOS version 2.3 and later.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.BiosReleaseDate"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.BiosRomSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Size of the physical device containing the BIOS.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.BiosRomSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.Characteristics">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines which functions the BIOS supports: <b>PCI</b>, <b>PCMCIA</b>, <b>Flash</b>, etc.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.Characteristics"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.CharacteristicsExtensionByte1">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines which functions the BIOS supports.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.CharacteristicsExtensionByte1"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.CharacteristicsExtensionByte2">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines which functions the BIOS supports.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.CharacteristicsExtensionByte2"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.SystemBiosMajorRelease">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the major release of the System BIOS.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.SystemBiosMajorRelease"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Nullable`1"/> where <b>T</b> is <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.4+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.SystemBiosMinorRelease">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the minor release of the System BIOS.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.SystemBiosMinorRelease"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Nullable`1"/> where <b>T</b> is <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.4+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.FirmwareMajorRelease">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the major release of the embedded controller firmware.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.FirmwareMajorRelease"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Nullable`1"/> where <b>T</b> is <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.4+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.FirmwareMinorRelease">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the minor release of the embedded controller firmware.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.FirmwareMinorRelease"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Nullable`1"/> where <b>T</b> is <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.4+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.ExtendedBiosRomSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Extended size of the physical device(s) containing the BIOS. For check measured unit, please see <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.BiosRomSizeUnit"/>.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.BiosRomSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+, 3.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Bios.BiosRomSizeUnit">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Size of the physical device(s) containing the BIOS.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType000Property.BiosRomSizeUnit"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.MemorySizeUnit"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.1+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System">
            <summary>
            Contains the key definitions available for a type 001 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Manufacturer name</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.Manufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.ProductName">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Product name</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.ProductName"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.Version">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Product Version.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.Version"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Serial Number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.UUID">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Universal unique ID number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.UUID"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.WakeUpType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the event that caused the system to power up.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.WakeUpType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.SkuNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            This text string identifies a particular computer configuration for sale.
            It is sometimes also called a product ID or purchase order number.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.SkuNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.4+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.System.Family">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>This text string identifies the family to which a particular computer belongs.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType001Property.Family"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.4+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard">
            <summary>
            Contains the key definitions available for a type 002 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/> (or Module) Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Manufacturer name</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.Manufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Product">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Baseboard product.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.Product"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Version">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Mainboard Version</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.Version"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Mainboard Serial Number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.AssetTag">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Mainboard asset tag number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.AssetTag"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.LocationInChassis">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String that describes this board's location.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.LocationInChassis"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.ChassisHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the chassis in which this board resides.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.ChassisHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.BoardType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Mainboard Type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.BoardType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.NumberOfContainedObjectHandles">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number (0 to 255) of contained Object Handles that follow.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.NumberOfContainedObjectHandles"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.ContainedElements">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>List of handles of other structures (for examples, Baseboard, Processor, Port, System Slots, Memory Device) that are contained by this baseboard.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.ContainedObjectHandles"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.BaseBoardContainedElementCollection"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Features">
            <summary>
            Contains the key definition for the <b>Features</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Features.IsHostingBoard">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if is hosting board.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.IsHostingBoard"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Features.IsHotSwappable">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if mainboard is hot swappable.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.HotSwappable"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Features.IsRemovable">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if mainboard is removable.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.IsRemovable"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Features.IsReplaceable">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if mainboard is replaceable.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.IsReplaceable"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BaseBoard.Features.RequiredDaughterBoard">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if mainboard required a daughter board.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType002Property.RequiredDaughterBoard"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis">
            <summary>
            Contains the key definitions available for a type 003 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Manufacturer name</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.Manufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Locked">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if chassis lock is present.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.Locked"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.ChassisType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Chassis Type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ChassisType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Version">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Chassis Version.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.Version"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Chassis Serial Number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.AssetTagNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Asset Tag Number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.AssetTagNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.BootUpState">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>State of the enclosure when it was last booted.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.BootUpState"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.PowerSupplyState">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>State of the enclosure’s power supply (or supplies) when last booted.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.PowerSupplyState"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.ThermalState">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Thermal state of the enclosure when last booted.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ThermalState"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.SecurityStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Physical security status of the enclosure when last booted.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.SecurityStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.OemDefined">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>OEM or BIOS vendor-specific information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.OemDefined"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Height">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Height of the enclosure, in 'U's A U is a standard unit of measure for the height of a rack or rack-mountable component and is equal to 1.75 inches or 4.445 cm.</para>
            <para>A value of 00h indicates that the enclosure height is unspecified.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.Height"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.U"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.NumberOfPowerCords">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of power cords associated with the enclosure or chassis.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.NumberOfPowerCords"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.ContainedElements">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of contained Element records that follow, in the range 0 to 255.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ContainedElements"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.SkuNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String describing the chassis or enclosure SKU number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.SkuNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Elements">
            <summary>
            Contains the key definition for the <b>Elements</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Elements.ItemType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of element associated.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ContainedType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Elements.Min">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Specifies the minimum number of the element type that can be installed in the chassis for the chassis to properly operate, in the range 0 to 254.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ContainedElementMinimum"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Elements.Max">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Specifies the maximum number of the element type that can be installed in the chassis, in the range 1 to 255.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ContainedElementMaximum"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Chassis.Elements.TypeSelect">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of select element associated.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType003Property.ContainedTypeSelect"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementType"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor">
            <summary>
            Contains the key definitions available for a type 004 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.SocketDesignation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Reference designation.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.SocketDesignation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ProcessorType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String containing the type of processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ProcessorType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Family">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String containing the family of processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ProcessorFamily"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ProcessorManufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Processor manufacturer.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ProcessorManufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ProcessorId">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Raw processor identification data.</para>
            <para>The Processor ID field contains processor-specific information that describes the processor’s features.</para>
            <para>
             <list type="bullet">
              <item>
               <term>x86</term>
               <description>
                <para>The field’s format depends on the processor’s support of the CPUID instruction. If the instruction is supported, the Processor ID field contains two DWORD-formatted values.</para>
                <para>The first (offsets 08h-0Bh) is the EAX value returned by a CPUID instruction with input EAX set to 1; the second(offsets 0Ch-0Fh) is the EDX value returned by that instruction.</para>
               </description>
              </item>
              <item>
               <term>ARM32</term>
               <description>
                <para>The processor ID field contains two DWORD-formatted values. The first (offsets 08h-0Bh) is the contents of the Main ID Register(MIDR); the second(offsets 0Ch-0Fh) is zero.</para>
               </description>
              </item>
              <item>
               <term>ARM64</term>
               <description>
                <para>The processor ID field contains two DWORD-formatted values. The first (offsets 08h-0Bh) is the contents of the MIDR_EL1 register; the second (offsets 0Ch-0Fh) is zero.</para>
               </description>
              </item>
              <item>
               <term>RISC-V</term>
               <description>
                <para>The processor ID contains a QWORD Machine Vendor ID CSR (mvendroid) of RISC-V processor hart 0. More information of RISC-V class CPU feature is described in RISC-V processor additional information.</para>
               </description>
              </item>
             </list>
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ProcessorId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ProcessorVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String describing the processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ProcessorVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ExternalClock">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>External Clock Frequency, in MHz.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ExternalClock"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MHz"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.MaximunSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Maximum processor speed (in MHz) supported by the system for this processor socket 0E9h is for a 233 MHz processor. If the value is unknown, the field is set to 0.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.MaximumSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MHz"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.CurrentSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Current processor speed (in MHz).</para>
            <para>This field identifies the processor's speed at system boot; the processor may support more than one speed.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.CurrentSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MHz"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.UpgradeMethod">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Processor upgrade value.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ProcessorUpgrade"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.L1CacheHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle of a cache information structure that defines the attributes of the primary (Level 1) cache for this processor.</para>
            <para>
             <list type="bullet">
              <item><description>For version 2.1 and version 2.2 implementations, the value is 0FFFFh if the processor has no L1 cache.</description></item>
              <item><description>For version 2.3 and later implementations, the value is 0FFFFh if the Cache Information structure is not provided.</description></item>
             </list>
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.L1CacheHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.L2CacheHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle of a cache information structure that defines the attributes of the secondary (Level 2) cache for this processor.</para>
            <para>
             <list type="bullet">
              <item><description>For version 2.1 and version 2.2 implementations, the value is 0FFFFh if the processor has no L2 cache.</description></item>
              <item><description>For version 2.3 and later implementations, the value is 0FFFFh if the Cache Information structure is not provided.</description></item>
             </list>
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.L2CacheHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.L3CacheHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle of a cache information structure that defines the attributes of the tertiary (Level 3) cache for this processor.</para>
            <para>
             <list type="bullet">
              <item><description>For version 2.1 and version 2.2 implementations, the value is 0FFFFh if the processor has no L3 cache.</description></item>
              <item><description>For version 2.3 and later implementations, the value is 0FFFFh if the Cache Information structure is not provided.</description></item>
             </list>
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.L3CacheHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Serial number of this processor. This value is set by the manufacturer and normally not changeable.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.AssetTag">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Asset tag of this processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.AssetTag"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.PartNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Asset tag of this processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.PartNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.CoreCount">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Number of cores per processor socket. If the value is unknown, the field is set to 0.
            Core Count is the number of cores detected by the BIOS for this processor socket. It does not necessarily indicate the full capability of the processor.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.CoreCount"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.CoreEnabled">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of enabled cores per processor socket. If the value is unknown, the field is set 0.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.CoreEnabled"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ThreadCount">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Number of threads per processor socket. If the value is unknown, the field is set to 0.
            For thread counts of 256 or greater, this property returns FFh and the <b>ThreadCount2</b> property is set to the number of threads.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ThreadCount"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.CoreCount2">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Number of cores per processor socket. Supports core counts >255.
            If this field is present, it holds the core count for the processor socket.
            Core Count will also hold the core count, except for core counts that are 256 or greater.
            In that case, core Count shall be set to FFh and core Count 2 will hold the count.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.CoreCount2"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.CoreEnabled2">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Number of enabled cores per processor socket. Supports core enabled counts >255
            If this field is present, it holds the core enabled count for the processor socket.
            Core Enabled will also hold the core enabled count, except for core counts that are 256 or greater.
            In that case, core enabled shall be set to FFh and core enabled 2 will hold the count.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.CoreEnabled2"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ThreadCount2">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Number of threads per processor socket. Supports thread counts >255
            If this field is present, it holds the thread count for the processor socket.
            Thread Count will also hold the thread count, except for thread counts that are 256 or greater.
            In that case, thread count shall be set to FFh and thread count 2 will hold the count.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ThreadCount2"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.ThreadEnabled">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Number of enabled threads per processor.
             <list type="bullet">
              <item><description>If the value is unknown, the field is set to 0000h.</description></item>
              <item><description>If the value is valid, the field contains the thread enabled counts 1 to 65534, respectively </description></item>
              <item><description>If the value is reserved, the field is set to ffffh</description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ThreadEnabled"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.6+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics">
            <summary>
            Contains the key definition for the <b>Characteristics</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.Capable64Bits">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>64-bit Capable indicates the maximum data width capability of the processor.</para>
            <para>For example, this bit is set for Intel Itanium, AMD Opteron, and Intel Xeon(with EM64T) processors; this bit is cleared for Intel Xeon processors that do not have EM64T.</para>
            <para>Indicates the maximum capability of the processor and does not indicate the current enabled state.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.Capable64Bits"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.Capable128Bits">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>128-bit Capable indicates the maximum data width capability of the processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.Capable128Bits"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.Arm64SocIdSupported">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>indicates that the processor supports returning a SoC ID value using the
            SMCCC_ARCH_SOC_ID architectural call, as defined in the Arm SMC Calling Convention Specification v1.2 at
            https://developer.arm.com/architectures/system-architectures/software-standards/smccc.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.Arm64SocIdSupported"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.4+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.EnhancedVirtualizationInstructions">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates that the processor is capable of executing enhanced virtualization instructions. Does not indicate the present state of this feature.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.EnhancedVirtualizationInstructions"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.ExecuteProtectionSupport">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Indicates that the processor supports marking specific memory regions as non-executable.
            For example, this is the NX (No eXecute) feature of AMD processors and the XD (eXecute Disable) feature of Intel processors.
            Does not indicate the present state of this feature.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.ExecuteProtectionSupport"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.MultiCore">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates the processor has more than one core. Does not indicate the number of cores (Core Count) enabled by hardware or the number of cores (Core Enabled) enabled by BIOS.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.MultiCore"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.HardwareThreadPerCore">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates that the processor supports multiple hardware threads per core. Does not indicate the state or number of threads.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.HardwareThreadPerCore"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Characteristics.PowerPerformanceControlSupport">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates that the processor is capable of load-based power savings. Does not indicate the present state of this feature.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.PowerPerformanceControlSupport"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.5+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Status">
            <summary>
            Contains the key definition for the <b>Status</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Status.CpuStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String containing the current status of processor.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.CpuStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Status.SocketPopulated">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if CPU is populated.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.SocketPopulated"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Voltage">
            <summary>
            Contains the key definition for the <b>Voltage</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Voltage.IsLegacyMode">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicating 'legacy' mode for processor voltage</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.IsLegacyMode"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Processor.Voltage.SupportedVoltages">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Represent the specific voltages that the processor socket can accept.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType004Property.VoltageCapability"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.V"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController">
            <summary>
            Contains the key definitions available for a type 005, obsolete [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.ErrorDetectingMethod">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Error detecting method.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.ErrorDetectingMethod"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.ErrorCorrectingCapabilities">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Error detecting capabilities.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.ErrorCorrectingCapabilities"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.SupportedInterleave">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Interleave supported.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.SupportedInterleave"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.CurrentInterleave">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Current interleave.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.CurrentInterleave"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.MaximumMemoryModuleSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Size of the largest memory module supported (per slot), specified as n, where 2**n is the maximum size in MB.
            The maximum amount of memory supported by this controller is that value times the number of slots, as specified in <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.NumberMemorySlots"/> property.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.MaximumMemoryModuleSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Int32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.SupportedSpeeds">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>A string collection with supported speeds.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.SupportedSpeeds"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.ns"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.SupportedMemoryTypes">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>A string collection with supported memory types.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.SupportedMemoryTypes"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.MemoryModuleVoltages">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>A string collection with memory module voltages.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.MemoryModuleVoltages"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.NumberMemorySlots">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of memory slots.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.NumberMemorySlots"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.ContainedMemoryModules">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contained memory modules reference.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.ContainedMemoryModules"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.MemoryControllerContainedElementCollection"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryController.EnabledErrorCorrectingCapabilities">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the error-correcting capabilities that were enabled.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType005Property.EnabledErrorCorrectingCapabilities"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule">
            <summary>
            Contains the key definitions available for a type 006, obsolete [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.SocketDesignation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number for reference designation.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.SocketDesignation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.BankConnections">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates a bank (RAS#) connection.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.BankConnections"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.CurrentSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Speed of the memory module, in ns.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.CurrentSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.ns"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.CurrentMemoryType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Describes the physical characteristics of the memory modules that are supported by (and currently installed in) the system.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.CurrentMemoryType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.InstalledSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identify the size of the memory module that is installed in the socket, as determined by reading and correlating the module’s presence-detect information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.InstalledSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.EnabledSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the amount of memory currently enabled for the system’s use from the module.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.EnabledSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryModule.ErrorStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies error status.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType006Property.ErrorStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache">
            <summary>
            Contains the key definitions available for a type 007 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.SocketDesignation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number for reference designation.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.SocketDesignation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.MaximumCacheSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Maximum size that can be installed.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.MaximumCacheSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Int32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.InstalledCacheSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Installed size.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.InstalledCacheSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Int32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.SupportedSramTypes">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String collection with supported SRAM types.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.SupportedSramTypes"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CurrentSramType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Current SRAM type is installed.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.SupportedSramTypes"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Cache module speed, in nanoseconds.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.CacheSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.ns"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.ErrorCorrectionType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Error-correction scheme supported by this cache component.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.ErrorCorrectionType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.SystemCacheType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Logical type of cache.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.SystemCacheType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.Associativity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Associativity of the cache.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.Associativity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.MaximumCacheSize2">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>If is present, for cache sizes of 2047MB or smaller the value is equals to <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.MaximumCacheSize"/> property.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.MaximumCacheSize2"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.InstalledCacheSize2">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>If is present, for cache sizes of 2047MB or smaller the value is equals to <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.InstalledCacheSize"/> property.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.InstalledCacheSize2"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.1+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheConfiguration">
            <summary>
            Contains the key definition for the <b>CacheConfiguration</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheConfiguration.CacheEnabled">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if is enabled/disabled (at boot time).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.CacheEnabled"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheConfiguration.Level">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns cache level (1, 2, 3,...).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.CacheLevel"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheConfiguration.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Location, relative to the CPU module.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.CacheLocation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheConfiguration.OperationalMode">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Cache operational mode (Write Through, Write Back, ...).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.OperationalMode"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Cache.CacheConfiguration.CacheSocketed">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if cache is socketed.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType007Property.CacheSocketed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortConnector">
            <summary>
            Contains the key definitions available for a type 008 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortConnector.InternalReferenceDesignator">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number for Internal Reference Designator, that is, internal to the system enclosure.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType008Property.InternalReferenceDesignator"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortConnector.InternalConnectorType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Internal Connector type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType008Property.InternalConnectorType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortConnector.ExternalReferenceDesignator">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number for the External Reference Designation external to the system enclosure.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType008Property.ExternalReferenceDesignator"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortConnector.ExternalConnectorType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>External Connector type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType008Property.ExternalConnectorType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortConnector.PortType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Describes the function of the port.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType008Property.PortType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots">
            <summary>
            Contains the key definitions available for a type 009 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotDesignation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number for reference designation.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotDesignation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slot type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotDataBusWidth">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slot Data Bus Width.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotDataBusWidth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.CurrentUsage">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slot current usage.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.CurrentUsage"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotLength">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slot length.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotLength"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotId">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slot Identifier.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.Characteristics">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slot characteristics.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotCharacteristics"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+, 2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SegmentBusFunction">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Segment bus function.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SegmentBusFunction"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+ - 2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.BusDeviceFunction">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Bus device function.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.BusDeviceFunction"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.6+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.PeerDevices">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>The PCI Express Generation (e.g., PCI Express Generation 6).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.PeerDevices"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.PeerDevicesCollection"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotInformation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>The PCI Express Generation (e.g., PCI Express Generation 6).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotInformation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.4</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotPhysicalWidth">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates the physical width of the slot whereas <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotDataBusWidth"/> property indicates the electrical width of the slot.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotPhysicalWidth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.4</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotPitch">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates the pitch of the slot in units of 1/100 millimeter. The pitch is defined by each slot/card specification, but typically describes add-in card to add-in card pitch.</para>
            <para>A value of 0 implies that the slot pitch is not given or is unknown.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotPitch"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.d_mm"/> <b>(1/100 mm)</b></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.4</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.SlotHeight">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates the maximum supported card height for the slot.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SlotHeight"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.Peers">
            <summary>
            Contains the key definition for the <b>Peers</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.Peers.SegmentGroupNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Segment Group Number is defined in the PCI Firmware Specification. The value is 0 for a single-segment topology.</para>
            <para>For PCI Express slots, Bus Number and Device/Function Number refer to the endpoint in the slot, not the upstream switch.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.SegmentGroupNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.Peers.BusDeviceFunction">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Bus device function (Peer).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.BusDeviceFunctionPeer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemSlots.Peers.DataBusWidth">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates electrical bus width of peer Segment/Bus/Device/Function.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType009Property.DataBusWidth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevices">
            <summary>
            Contains the key definitions available for a type 010, obsolete [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevices"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevices.Enabled">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Device status.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevices"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType010Property.Enabled"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevices.DeviceType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Device type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevices"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType010Property.DeviceType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevices.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of device description.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevices"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType010Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OemStrings">
            <summary>
            Contains the key definitions available for a type 011 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OemStrings"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OemStrings.Values">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains free-form strings defined by the OEM.</para>
            <para>Examples of this are part numbers for system reference documents, contact information for the manufacturer, etc.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OemStrings"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType011Property.Values"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemConfigurationOptions">
            <summary>
            Contains the key definitions available for a type 012 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemConfigurationOptions"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemConfigurationOptions.Values">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains information required to configure the baseboard’s Jumpers and Switches.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemConfigurationOptions"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType012Property.Values"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BiosLanguage">
            <summary>
            Contains the key definitions available for a type 013 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BiosLanguage"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BiosLanguage.InstallableLanguages">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of languages available. Each available language has a description string</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BiosLanguage"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType013Property.InstallableLanguages"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BiosLanguage.Current">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Currently installed language.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BiosLanguage"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType013Property.Current"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.0+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BiosLanguage.IsCurrentAbbreviated">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates if the abbreviated format is used.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BiosLanguage"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType013Property.IsCurrentAbbreviated"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.GroupAssociations">
            <summary>
            Contains the key definitions available for a type 014 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.GroupAssociations"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.GroupAssociations.ContainedElements">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>A collection of group association items.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.GroupAssociations"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType014Property.ContainedElements"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.GroupAssociationElementCollection"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.GroupAssociations.GroupName">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of string describing the group.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.GroupAssociations"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType014Property.GroupName"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.GroupAssociations.Items">
            <summary>
            Contains the key definition for the <b>Items</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.GroupAssociations.Items.Handle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle corresponding to a item collection.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.GroupAssociations"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType014Property.Handle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.GroupAssociations.Items.Structure">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Item (Structure) Type of this member.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.GroupAssociations"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType014Property.Structure"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructure"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog">
            <summary>
            Contains the key definitions available for a type 015 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.LogAreaLength">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>The length, in bytes, of the overall event log area</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.LogAreaLength"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Int32"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.LogHeaderStartOffset">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines the starting offset (or index) within the nonvolatile storage of the event-log’s header from the Access Method Address</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.LogHeaderStartOffset"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.DataStartOffset">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines the starting offset (or index) within the nonvolatile storage of the event-log’s first data byte, from the Access Method Address</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.DataStartOffset"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Int32"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.AccessMethod">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines the Location and Method used by higher-level software to access the log area</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.AccessMethod"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.LogStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Current status of the system event-log</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.LogStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.AccessMethodAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Access Method Address</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.AccessMethodAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.LogChangeToken">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Unique token that is reassigned every time the event log changes</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.LogChangeToken"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.LogHeaderFormat">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Unique token that is reassigned every time the event log changes</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.LogHeaderFormat"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.SupportedLogTypeDescriptors">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of supported event log type descriptors.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.SupportedLogTypeDescriptors"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemEventLog.ListSupportedEventLogTypeDescriptors">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>List of Event Log Type Descriptors.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType015Property.ListSupportedEventLogTypeDescriptors"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorsCollection"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray">
            <summary>
            Contains the key definitions available for a type 016 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Physical location of the Memory Array, whether on the system board or an add-in board.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.Location"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.Use">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Function for which the array is used.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.Use"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.MemoryErrorCorrection">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Primary hardware error correction or detection method supported by this memory array.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.MemoryErrorCorrection"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.MaximumCapacity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Maximum memory capacity, in kilobytes, for this array.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.MaximumCapacity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.MemoryErrorInformationHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with any error that was previously detected for the array.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.MemoryErrorInformationHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.NumberOfMemoryDevices">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of slots or sockets available for Memory devices in this array.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.NumberOfMemoryDevices"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PhysicalMemoryArray.ExtendedMaximumCapacity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Extended maximum memory capacity, in kilobytes, for this array.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType016Property.ExtendedMaximumCapacity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice">
            <summary>
            Contains the key definitions available for a type 017 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.PhysicalMemoryArrayHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the physical memory array to which this device belongs.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.PhysicalMemoryArrayHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MemoryErrorInformationHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Handle, or instance number, associated with any error that was previously detected for the device.
            If the system does not provide the error information structure, the field contains FFFEh; otherwise, the
            field contains either FFFFh(if no error was detected).
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MemoryErrorInformationHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.TotalWidth">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Total width, in bits, of this memory device, including any check or error-correction bits.
            If there are no error-correction bits, this value should be equal to Data Width.If the width is unknown, the field is set to FFFFh
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.TotalWidth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bits"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.DataWidth">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Data width, in bits, of this memory device A data width of 0 and a total width of 8 indicates that the device is being
            used solely to provide 8 error-correction bits.
            If there are no error-correction bits, this value should be equal to Data Width.If the width is unknown, the field is set to FFFFh.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.DataWidth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bits"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.Size">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Size of the memory device.
            If the value is 0, no memory device is installed in the socket;
            if the size is unknown, the field value is FFFFh.
            If the size is 32 GB-1 MB or greater, the field value is 7FFFh and the actual size is stored in the Extended Size field.
            The granularity in which the value is specified depends on the setting of the most-significant bit (bit 15).
            If the bit is 0, the value is specified in megabyte units; if the bit is 1, the value is specified in kilobyte units.
            For example, the value 8100h identifies a 256 KB memory device and 0100h identifies a 256 MB memory device.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.Size"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.FormFactor">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Implementation form factor for this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.FormFactor"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.DeviceSet">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Identifies when the Memory Device is one of a set of Memory Devices that must be populated with all
            devices of the same type and size, and the set to which this device belongs.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.DeviceSet"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.BankLocator">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>String number of the string that identifies the physically labeled bank where the memory device is located.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.BankLocator"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.DeviceLocator">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>String number of the string that identifies the physically-labeled socket or board position where the memory device is located.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.DeviceLocator"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MemoryType">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Type of memory used in this device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MemoryType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.TypeDetail">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Additional detail on the memory device type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.TypeDetail"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.Speed">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Identifies the maximum capable speed of the device, in megatransfers per second(MT/s).
            0000h = the speed is unknown.
            FFFFh = the speed is 65,535 MT/s or greater, and the actual speed is stored in the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ExtendedSpeed"/> property.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.Speed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MTs"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>String number for the manufacturer of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.Manufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>String number for the serial number of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.AssetTag">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>String number for the asset tag of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.AssetTag"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.PartNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>String number for the part number of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.PartNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.Rank">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Rank.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.Rank"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ExtendedSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Extended size of the memory device (complements the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.Size"/> property).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ExtendedSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ConfiguredMemoryClockSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            Memory speed is expressed in megatransfers per second (MT/s). Previous revisions (3.0.0 and earlier) of this
            specification used MHz to indicate clock speed.With double data rate memory, clock speed is distinct
            from transfer rate, since data is transferred on both the rising and the falling edges of the clock signal.
            This maintains backward compatibility with observed DDR implementations prior to this revision, which
            already reported transfer rate instead of clock speed, e.g., DDR4-2133 (PC4-17000) memory was
            reported as 2133 instead of 1066.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ConfiguredMemoryClockSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Variable"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MinimumVoltage">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Minimum operating voltage for this device, in millivolts.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MinimumVoltage"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.8+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MaximumVoltage">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Maximum operating voltage for this device, in millivolts.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MaximumVoltage"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.8+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ConfiguredVoltage">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Configured voltage for this device, in millivolts.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ConfiguredVoltage"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.8+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MemoryTechnology">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Memory technology type for this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MemoryTechnology"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MemoryOperatingModeCapability">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>The operating modes supported by this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MemoryOperatingModeCapability"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.FirmwareVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number for the firmware version of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.FirmwareVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ModuleManufacturerId">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>The two-byte module manufacturer ID found in the SPD of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ModuleManufacturerId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ModuleProductId">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>The two-byte module product ID found in the SPD of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ModuleProductId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MemorySubsystemControllerManufacturerId">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>The two-byte memory subsystem controller manufacturer ID found in the SPD of this memory device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MemorySubSystemControllerManufacturerId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.MemorySubsystemControllerProductId">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>The two-byte memory subsystem controller product ID found in the SPD of this memory device; LSB first.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.MemorySubSystemControllerProductId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.NonVolatileSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Size of the Non-volatile portion of the memory device in bytes.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.NonVolatileSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.VolatileSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Size of the volatile portion of the memory device in bytes.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.VolatileSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.CacheSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Size of the Cache portion of the memory device in bytes.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.CacheSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.LogicalSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Size of the Logical memory device in bytes.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.LogicalSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ExtendedSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Extended speed of the memory device. Identifies the maximum capable speed of the device, in megatransfers per second (MT/s).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ExtendedSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MTs"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.ExtendedConfiguredMemorySpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>Extended configured memory speed of the memory device. Identifies the configured speed of the memory device, in megatransfers per second (MT/s).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.ExtendedConfiguredMemorySpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.MTs"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.PMIC0ManufacturerId">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            The PMIC0 Manufacturer ID indicates the manufacturer of the PMIC0 on memory device. This field shall
            be set to the value of the SPD PMIC 0 Manufacturer ID Code.
            A value of 0000h indicates the PMIC0 Manufacturer ID is unknown.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.PMIC0ManufacturerId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.PMIC0RevisionNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            The PMIC0 Revision Number indicates the revision of the PMIC0 on memory device. This field shall be
            set to the value of the SPD PMIC 0 Revision Number.
            A value of FF00h indicates the PMIC0 Revision Number is unknown.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.PMIC0RevisionNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.RCDManufacturerId">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            The RCD Manufacturer ID indicates the manufacturer of the RCD on memory device. This field shall be
            set to the value of the SPD Registering Clock Driver Manufacturer ID Code.
            A value of 0000h indicates the RCD Manufacturer ID is unknown
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.RCDManufacturerId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDevice.RCDRevisionNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property.</para>
            <para>
            The RCD Revision Number indicates the revision of the RCD on memory device.
            This field shall be set to the value of the SPD Register Revision Number.
            A value of FF00h indicates the RCD Revision Number is unknown.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType017Property.RCDRevisionNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32">
            <summary>
            Contains the key definitions available for a type 018 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.ErrorType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of error that is associated with the current status reported for the memory array or device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.ErrorType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.ErrorGranularity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Granularity (for example, device versus Partition) to which the error can be resolved.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.ErrorGranularity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.ErrorOperation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Memory access operation that caused the error.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.ErrorOperation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.VendorSyndrome">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Vendor-specific ECC syndrome or CRC data associated with the erroneous access.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.VendorSyndrome"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.MemoryArrayErrorAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>32-bit physical address of the error based on the addressing of the bus to which the memory array is connected.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.MemoryArrayErrorAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.DeviceErrorAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>32-bit physical address of the error relative to the start of the failing memory device, in bytes</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.DeviceErrorAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError32.ErrorResolution">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Range, in bytes, within which the error can be determined, when an error address is given</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType018Property.ErrorResolution"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress">
            <summary>
            Contains the key definitions available for a type 019 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.StartingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical address, of a range of memory mapped to the specified physical memory array When the field value is FFFF FFFFh,
            the actual address is stored in the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.ExtendedStartingAddress"/> property.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType019Property.StartingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.EndingAddress">
            <summary>
            <para> Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical ending address of the last kilobyte of a range of addresses mapped to the specified physical memory array When the field value is FFFF FFFFh
            and the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.StartingAddress"/> property also contains FFFF FFFFh, the actual address is stored in the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.ExtendedEndingAddress"/> property.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType019Property.EndingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.MemoryArrayHandle">
            <summary>
            <para> Gets a value representing the key to retrieve the property value.</para>
            <para>
            Handle, or instance number, associated with the physical memory array to which this address range is mapped
            multiple address ranges can be mapped to a single physical memory array.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType019Property.MemoryArrayHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.PartitionWidth">
            <summary>
            <para> Gets a value representing the key to retrieve the property value.</para>
            <para>Number of memory devices that form a single row of memory for the address partition defined by this structure.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType019Property.PartitionWidth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.ExtendedStartingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical address, in bytes, of a range of memory mapped to the specified physical memory array this property is valid when
            <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.StartingAddress"/> contains the value FFFF FFFFh. If <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.StartingAddress"/> contains a value other than FFFF FFFFh,
            this field contains zeros.When this field contains a valid address, <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.ExtendedEndingAddress"/> must also contain a valid address.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType019Property.ExtendedStartingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.ExtendedEndingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical ending address, in bytes, of the last of a range of addresses mapped to the specified physical memory array this property
            is valid when both <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.StartingAddress"/> and <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.EndingAddress"/> contain the value FFFF FFFFh. If <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.EndingAddress"/>
            contains a value other than FFFF FFFFh, this property contains zeros. When this property contains a valid address, <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryArrayMappedAddress.ExtendedEndingAddress"/>
            must also contain a valid address.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType019Property.ExtendedEndingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress">
            <summary>
            Contains the key definitions available for a type 020 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.StartingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical address, in kilobytes, of a range of memory mapped to the referenced memory device When the property value is FFFF FFFFh the actual
            address is stored in the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.ExtendedStartingAddress"/> property. When this property contains a valid address, <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.EndingAddress"/> must also contain a
            valid address. When this property contains FFFF FFFFh, <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.EndingAddress"/> must also contain FFFF FFFFh.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.StartingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.EndingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical ending address of the last kilobyte of a range of addresses mapped to the referenced memory device When the field value is FFFF FFFFh the actual
            address is stored in the <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.ExtendedEndingAddress"/> field. When this property contains a valid address,<see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.StartingAddress"/> must also contain a valid address.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.EndingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.KB"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.MemoryDeviceHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Handle, or instance number, associated with the memory device structure to which this address range is mapped multiple address
            ranges can be mapped to a single memory device.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.MemoryDeviceHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.MemoryArrayMappedAddressHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Handle, or instance number, associated with the memory array mapped Address structure to which this device address range is mapped
            multiple address ranges can be mapped to a single Memory array mapped address.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.MemoryArrayMappedAddressHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.PartitionRowPosition">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Position of the referenced Memory Device in a row of the address partition.
            The value 0 is reserved. If the position is unknown, the field contains FFh.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.PartitionRowPosition"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.InterleavePosition">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Position of the referenced Memory Device in an interleave.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.InterleavePosition"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.MemoryDeviceMappedAddressInterleavedPosition"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.InterleavedDataDepth">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Maximum number of consecutive rows from the referenced Memory Device that are accessed in a single interleaved transfer.
            If the device is not part of an interleave, the field contains 0; if the interleave configuration is unknown, the value is FFh.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.InterleavedDataDepth"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.ExtendedStartingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical address, in bytes, of a range of memory mapped to the referenced memory device this property is valid when <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.StartingAddress"/> contains
            the value FFFF FFFFh. If <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.StartingAddress"/> contains a value other than FFFF FFFFh, this property contains zeros. When this property contains a valid
            address, <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.ExtendedEndingAddress"/> must also contain a valid address.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.ExtendedStartingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.ExtendedEndingAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Physical ending address, in bytes, of the last of a range of addresses mapped to the referenced memory device this property is valid when both
            <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.StartingAddress"/> and <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.EndingAddress"/> contain the value FFFF FFFFh. If <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.EndingAddress"/> contains a value other
            than FFFF FFFFh, this property contains zeros. When this property contains a valid address, <see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryDeviceMappedAddress.ExtendedStartingAddress"/> must also contain a valid address.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType020Property.ExtendedEndingAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BuiltInPointingDevice">
            <summary>
            Contains the key definitions available for a type 021 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BuiltInPointingDevice"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BuiltInPointingDevice.Type">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of pointing device.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BuiltInPointingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType021Property.Type"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BuiltInPointingDevice.Interface">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Interface type for the pointing device.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BuiltInPointingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType021Property.Interface"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BuiltInPointingDevice.NumberOfButtons">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of buttons on the pointing device.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BuiltInPointingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType021Property.NumberOfButtons"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery">
            <summary>
            Contains the key definitions available for a type 022 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of the string that identifies the location of the battery.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.Location"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of the string that names the company that manufactured the battery.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.Manufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.DeviceName">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Battery name.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.DeviceName"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.DesignVoltage">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Design voltage of the battery in mVolts.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.DesignVoltage"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.SBDSVersionNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>The Smart Battery Data Specification version number supported by this battery.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.SbdsVersionNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.MaximunErrorInBatteryData">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Maximum error (as a percentage in the range 0 to 100) in the Watt-hour data reported by the battery, indicating an upper bound on how much
            additional energy the battery might have above the energy it reports having.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.MaximunErrorInBatteryData"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.ManufactureDate">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            The date on which the battery was manufactured. Version 2.2+ implementations that use a Smart Battery set this property to empty string to indicate
            that the <b>SBDS Manufacture Date</b>.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.ManufactureDate"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            The serial number for the battery. Version 2.2+ implementations that use a Smart Battery set this property to empty string to indicate
            that the <b>SBDS Serial Number</b> (<see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.SBDSVersionNumber"/>) property contains the information.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.DeviceChemistry">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Identifies the battery chemistry. Version 2.2+ implementations that use a Smart Battery set this property to empty string to indicate
            that the <b>SBDS Device Chemistry</b>.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.DeviceChemistry"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.DesignCapacity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Design capacity of the battery in mWatt-hours. For version 2.2+ implementations, this value is multiplied by the
            <b>Design Capacity Multiplier</b> (<see cref="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.DesignCapacityMultiplier"/>) property to produce the actual value.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.DesignCapacity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mWh"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.1+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.DesignCapacityMultiplier">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Multiplication factor of the Design Capacity value, which assures that the mWatt hours value
            does not overflow for <b>SBDS</b> implementations. The multiplier default is 1.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.DesignCapacityMultiplier"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.PortableBattery.OemSpecific">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains OEM or BIOS vendor-specific information.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType022Property.OemSpecific"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.2+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset">
            <summary>
            Contains the key definitions available for a type 023 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.ResetCount">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of automatic system resets since the last intentional reset.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.ResetCount"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.ResetLimit">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of consecutive times the system reset is attempted.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.ResetLimit"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.TimerInterval">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Number of minutes to use for the watchdog timer If the timer is not reset within this interval, the system reset timeout begins.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.TimerInterval"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.Timeout">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            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
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.Timeout"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.Capabilities">
            <summary>
            Contains the key definition for the <b>Capabilities</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.Capabilities.BootOption">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns the action to be taken after a watchdog restart.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.BootOption"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.Capabilities.BootOptionOnLimit">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns to the action that will be taken when the restart limit is reached.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.BootOptionOnLimit"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.Capabilities.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies whether (enabled) or not (disabled) the system reset by the user.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemReset.Capabilities.WatchdogTimer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whether the system contains a watchdog timer.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType023Property.WatchdogTimer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.HardwareSecurity">
            <summary>
            Contains the key definitions available for a type 024 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.HardwareSecurity"/>] structure.
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.HardwareSecurity.HardwareSecuritySettings">
            <summary>
            Contains the key definition for the <b>HardwareSecuritySettings</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.HardwareSecurity.HardwareSecuritySettings.AdministratorPasswordStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns current administrator password status.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.HardwareSecurity"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType024Property.AdministratorPasswordStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.HardwareSecurity.HardwareSecuritySettings.FrontPanelResetStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns current front panel reset status.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.HardwareSecurity"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType024Property.FrontPanelResetStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.HardwareSecurity.HardwareSecuritySettings.KeyboardPasswordStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns current keyboard password status.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.HardwareSecurity"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType024Property.KeyboardPasswordStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.HardwareSecurity.HardwareSecuritySettings.PowerOnPasswordStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Returns current power on password status.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.HardwareSecurity"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType024Property.PowerOnPasswordStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerControls">
            <summary>
            Contains the key definitions available for a type 025 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerControls.Month">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>BCD value of the month on which the next scheduled power-on is to occur, in the range 01h to 12h.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType025Property.Month"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerControls.Day">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>BCD value of the day-of-month on which the next scheduled power-on is to occur, in the range 01h to 31h.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType025Property.Day"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerControls.Hour">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>BCD value of the hour on which the next scheduled poweron is to occur, in the range 00h to 23h.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType025Property.Hour"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerControls.Minute">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>BCD value of the minute on which the next scheduled power-on is to occur, in the range 00h to 59h.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType025Property.Minute"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerControls.Second">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>BCD value of the second on which the next scheduled power-on is to occur, in the range 00h to 59h.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType025Property.Second"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe">
            <summary>
            Contains the key definitions available for a type 026 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains additional descriptive information about the probe or its location.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.MaximumValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Maximum voltage level readable by this probe, in millivolts.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.MaximumValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.MinimumValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Minimum voltage level readable by this probe, in millivolts.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.MinimumValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.Resolution">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Resolution for the probe’s reading, in tenths of millivolts.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.Resolution"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.d_mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.Tolerance">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Tolerance for reading from this probe, in plus/minus millivolts.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.Resolution"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mV"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.Accuracy">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Accuracy for reading from this probe, in plus/minus 1/100th of a percent.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.Accuracy"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Percent_1_100th"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.OemDefined">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>OEM or BIOS vendor-specific information.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.OemDefined"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.NominalValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Nominal value for the probe’s reading in millivolts.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.NominalValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Percent_1_100th"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.LocationAndStatus">
            <summary>
            Contains the key definition for the <b>Location And Status</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.LocationAndStatus.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Probe’s physical location of the voltage monitored by this voltage probe.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.Location"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.VoltageProbe.LocationAndStatus.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Probe’s physical status of the voltage monitored by this voltage probe.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType026Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice">
            <summary>
            Contains the key definitions available for a type 027 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.TemperatureProbeHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, of the temperature probe monitoring this cooling device</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.TemperatureProbeHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.CoolingUnitGroup">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Cooling unit group to which this cooling device is associated.
            Having multiple cooling devices in the same cooling unit implies a redundant configuration.
            The value is 00h if the cooling device is not a member of a redundant cooling unit.Non-zero values imply
            redundancy and that at least one other cooling device will be enumerated with the same value.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.CoolingUnitGroup"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.OemDefined">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>OEM or BIOS vendor-specific information,</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.OemDefined"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.NominalSpeed">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Nominal value for the cooling device’s rotational speed, in revolutions-per-minute (rpm).
            If the value is unknown or the cooling device is non-rotating, the field is set to 0x8000.
            This field is present in the structure only if the structure’s length is larger than 0Ch.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.NominalSpeed"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.RPM"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.2+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Contains additional descriptive information about the cooling device or its location.
            Is present in the structure only if the structure’s length is 0Fh or larger.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.DeviceTypeAndStatus">
            <summary>
            Contains the key definition for the <b>Device Type And Status</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.DeviceTypeAndStatus.DeviceType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Cooling device type.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.DeviceType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.CoolingDevice.DeviceTypeAndStatus.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Cooling device status.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType027Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>2.7+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe">
            <summary>
            Contains the key definitions available for a type 028 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains additional descriptive information about the probe or its location.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.MaximumValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Maximum temperature readable by this probe, in 1/10th ºC.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.MaximumValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.DegreeCentigrade"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.MinimumValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Minimum temperature readable by this probe, in 1/10th ºC.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.MinimumValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.DegreeCentigrade"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.Resolution">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Resolution for the probe’s reading, in 1/1000th ºC.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.Resolution"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.DegreeCentigrade"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.Tolerance">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Tolerance for reading from this probe, in plus/minus 1/10th ºC.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.Tolerance"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.DegreeCentigrade"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.Accuracy">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Accuracy for reading from this probe, in plus/minus 1/100th of a percent.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.Accuracy"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Percent_1_100th"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.OemDefined">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>OEM or BIOS vendor-specific information.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.OemDefined"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.NominalValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Nominal value for the probe’s reading in 1/10th degrees ºC.
            If the value is unknown, the field is set to 0x8000.
            Is present only if the structure’s Length is larger than 14h.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.NominalValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.DegreeCentigrade"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.LocationAndStatus">
            <summary>
            Contains the key definition for the <b>Location And Status</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.LocationAndStatus.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Probe’s physical location of the temperature monitored by this temperature probe.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.Location"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TemperatureProbe.LocationAndStatus.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Probe’s physical status of the temperature monitored by this temperature probe.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType028Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe">
            <summary>
            Contains the key definitions available for a type 029 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains additional descriptive information about the probe or its location.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.MaximumValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Maximum current readable by this probe, in milliamps.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.MaximumValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mA"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.MinimumValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Minimun current readable by this probe, in milliamps.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.MinimumValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mA"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.Resolution">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Resolution for the probe’s reading, in tenths of milliamps.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.Resolution"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mA"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.Tolerance">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Tolerance for reading from this probe, in plus/minus milliamps.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.Tolerance"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mA"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.Accuracy">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Accuracy for reading from this probe, in plus/minus 1/100th of a percent.
            If the value is unknown, the field is set to 0x8000.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.Accuracy"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Percent_1_100th"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.OemDefined">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>OEM or BIOS vendor-specific information.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.OemDefined"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.NominalValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Nominal value for the probe’s reading in milliamps.
            If the value is unknown, the field is set to 0x8000.
            Is present only if the structure’s Length is larger than 14h.
            </para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.NominalValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.mA"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.LocationAndStatus">
            <summary>
            Contains the key definition for the <b>Location And Status</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.LocationAndStatus.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Probe’s physical location of the current monitored by this current probe.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.Location"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ElectricalCurrentProbe.LocationAndStatus.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Probe’s physical status of the current monitored by this current probe.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType029Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OutOfBandRemote">
            <summary>
            Contains the key definitions available for a type 030 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OutOfBandRemote"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OutOfBandRemote.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains the manufacturer of the out-of-band access facility.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OutOfBandRemote"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType030Property.ManufacturerName"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OutOfBandRemote.Connections">
            <summary>
            Contains the key definition for the <b>Connections And Status</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OutOfBandRemote.Connections.OutBoundConnection">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whether is allowed to initiate outbound connections to contact an alert management facility when critical conditions occur.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OutOfBandRemote"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType030Property.OutBoundConnection"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OutOfBandRemote.Connections.InBoundConnection">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whether is allowed to initiate outbound connections to receive incoming connections for the purpose of remote operations or problem management.</para>
            <para>
            <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OutOfBandRemote"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType030Property.InBoundConnection"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BootIntegrityServicesEntryPoint">
            <summary>
            Contains the key definitions available for a type 031 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BootIntegrityServicesEntryPoint"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BootIntegrityServicesEntryPoint.Checksum">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Checksum.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BootIntegrityServicesEntryPoint"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType031Property.Checksum"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BootIntegrityServicesEntryPoint.BisEntryPointAddress16">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Entry point address bis 16bits.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BootIntegrityServicesEntryPoint"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType031Property.BisEntryPointAddress16"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BootIntegrityServicesEntryPoint.BisEntryPointAddress32">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Entry point address bis 32bits.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BootIntegrityServicesEntryPoint"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType031Property.BisEntryPointAddress32"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemBoot">
            <summary>
            Contains the key definitions available for a type 032 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemBoot"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemBoot.Reserved">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Reserved for future assignment by this specification; all bytes are set to 00h.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemBoot"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType032Property.Reserved"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemBoot.BootStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Status and additional data fields that identify the boot status.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemBoot"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType032Property.BootStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64">
            <summary>
            Contains the key definitions available for a type 033 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.ErrorType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of error that is associated with the current status reported for the memory array or device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.ErrorType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.ErrorGranularity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Granularity (for example, device versus Partition) to which the error can be resolved.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.ErrorGranularity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.ErrorOperation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Memory access operation that caused the error.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.ErrorOperation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.VendorSyndrome">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Vendor-specific ECC syndrome or CRC data associated with the erroneous access.
            If the value is unknown, this field contains 0000 0000h.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.VendorSyndrome"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.MemoryArrayErrorAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            64-bit physical address of the error based on the addressing of the bus to which the memory array is connected.
            If the address is unknown, this field contains 8000 0000 0000 0000h.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.MemoryArrayErrorAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.DeviceErrorAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            64-bit physical address of the error relative to the start of the failing memory device, in bytes.
            If the address is unknown, this field contains 8000 0000 0000 0000h.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.DeviceErrorAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.BitMemoryError64.ErrorResolution">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Range, in bytes, within which the error can be determined, when an error address is given.
            If the range is unknown, this field contains 8000 0000h.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType033Property.ErrorResolution"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDevice">
            <summary>
            Contains the key definitions available for a type 034 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDevice.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains additional descriptive information about the device or its location.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType034Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDevice.Type">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Device’s type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType034Property.Type"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDevice.Address">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Device’s address.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType034Property.Address"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDevice.AddressType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of addressing used to access the device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType034Property.AddressType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceComponent">
            <summary>
            Contains the key definitions available for a type 035 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceComponent"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceComponent.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains additional descriptive information about the component.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType035Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceComponent.ManagementDeviceHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, of the Management Device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType035Property.ManagementDeviceHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceComponent.ComponentHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, of the probe or cooling device that defines this component.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType035Property.ComponentHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceComponent.ThresholdHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Contains additional descriptive information about the component.
            A value of 0FFFFh indicates that no Threshold Data structure is associated with this component.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType035Property.ThresholdHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData">
            <summary>
            Contains the key definitions available for a type 036 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData.LowerNonCritical">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Lower non-critical threshold for this component.
            If the value is unavailable, the field is set to 0x8000
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType036Property.LowerNonCritical"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData.UpperNonCritical">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Upper non-critical threshold for this component.
            If the value is unavailable, the field is set to 0x8000
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType036Property.UpperNonCritical"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData.LowerCritical">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Lower critical threshold for this component.
            If the value is unavailable, the field is set to 0x8000
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType036Property.LowerCritical"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData.UpperCritical">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Upper critical threshold for this component.
            If the value is unavailable, the field is set to 0x8000
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType036Property.UpperCritical"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData.LowerNonRecoverable">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Lower non-recoverable threshold for this component.
            If the value is unavailable, the field is set to 0x8000
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType036Property.LowerNonRecoverable"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementDeviceThresholdData.UpperNonRecoverable">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Upper non-recoverable threshold for this component.
            If the value is unavailable, the field is set to 0x8000
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType036Property.UpperNonRecoverable"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel">
            <summary>
            Contains the key definitions available for a type 037 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel.ChannelType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Type of memory associated with the channel.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType037Property.ChannelType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel.MaximumChannelLoad">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Maximum load supported by the channel; the sum of all device loads cannot exceed this value.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType037Property.MaximumChannelLoad"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel.Devices">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Devices collection.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType037Property.Devices"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.MemoryChannelElementCollection"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel.MemoryDevices">
            <summary>
            Contains the key definition for the <b>Memory Devices</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel.MemoryDevices.Handle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Structure handle that identifies the memory device associated with this channel.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType037Property.Handle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.MemoryChannel.MemoryDevices.Load">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Channel load provided by the memory device associated with this channel.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType037Property.Load"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice">
            <summary>
            Contains the key definitions available for a type 038 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.InterfaceType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Baseboard Management Controller (BMC) interface type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.InterfaceType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.SpecificationRevision">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>IPMI specification revision, in BCD format, to which the BMC was designed.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.SpecificationRevision"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.I2CSlaveAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Slave address on the I2C bus of this BMC.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.I2CSlaveAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.NVStorageDeviceAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Bus ID of the NV storage device. If no storage device exists for this BMC, the property is set to 0xFF.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.NvStorageDeviceAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.BaseAddress">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Base address (either memory-mapped or I/O) of the BMC. If the least-significant bit of the field is a 1,
            the address is in I/O space; otherwise, the address is memory-mapped.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.BaseAddress"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.InterruptNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Interrupt number for IPMI System Interface.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.InterruptNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.BaseAdressModifier">
            <summary>
            Contains the key definition for the <b>Base Adress Modifier</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.BaseAdressModifier.RegisterSpacing">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Register spacing.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.RegisterSpacing"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.BaseAdressModifier.LsBit">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>LS-bit for addresses.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.LsBit"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.Interrupt">
            <summary>
            Definition of keys for the '<b>Interrupt</b>' section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.Interrupt.Polarity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Interrupt Polarity.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.Polarity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.Interrupt.SpecifiedInfo">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para> Interrupt information specified.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.SpecifiedInfo"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.IpmiDevice.Interrupt.TriggerMode">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Interrupt trigger mode.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType038Property.TriggerMode"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply">
            <summary>
            Contains the key definitions available for a type 039 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.IsRedundant">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whether it is redundant.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.IsRedundant"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Location">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Identifies the location of the power supply.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.Location"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.DeviceName">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Names the power supply device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.DeviceName"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Manufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Names the company that manufactured the supply.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.Manufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.SerialNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains the serial number for the power supply.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.SerialNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.AssetTagNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains the asset tag number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.AssetTagNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.ModelPartNumber">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Contains the OEM part order number.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.ModelPartNumber"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.RevisionLevel">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Power supply revision string.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.RevisionLevel"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.MaxPowerCapacity">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Maximum sustained power output in Watts.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.MaxPowerCapacity"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.W"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.InputVoltageProbeHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, of a voltage probe monitoring this power supply’s input voltage.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.InputVoltageProbeHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.CoolingDeviceHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, of a cooling device associated with this power supply</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.CoolingDeviceHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.InputCurrentProbeHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, of the electrical current probe monitoring this power supply’s input current.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.InputCurrentProbeHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics">
            <summary>
            Contains the key definition for the <b>Characteristics</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics.InputVoltageRange">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Input voltage range switching.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.InputVoltageRange"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics.IsHotReplaceable">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whethe power supply is hot-replaceable.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.IsHotReplaceable"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics.IsPlugged">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whethe power supply is plugged.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.IsPlugged"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics.IsPresent">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates whethe power supply is present.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.IsPresent"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Boolean"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Power supply status.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.SystemPowerSupply.Characteristics.SupplyType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Power supply type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType039Property.SupplyType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation">
            <summary>
            Contains the key definitions available for a type 040 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entries">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Collection of additional information entries.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType040Property.Entries"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entry">
            <summary>
            Contains the key definition for the <b>Entry</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entry.EntryLength">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Length of this additional information entry instance; a minimum of 6.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType040Property.EntryLength"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entry.ReferencedHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the structure for which additional information is provided.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType040Property.ReferencedHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entry.ReferencedOffset">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Offset of the field within the structure referenced by the referenced handle for which additional information is provided.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType040Property.ReferencedOffset"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entry.StringValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Optional string to be associated with the field referenced by the referenced offset.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType040Property.StringValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.AdditionalInformation.Entry.Value">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>
            Enumerated value or updated field content that has not yet been approved for publication in this specification and
            therefore could not be used in the field referenced by referenced offset.
            </para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType040Property.Value"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevicesExtended">
            <summary>
            Contains the key definitions available for a type 041 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevicesExtended"/> Information] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevicesExtended.ReferenceDesignation">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Onboard device reference designation.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevicesExtended"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType041Property.ReferenceDesignation"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevicesExtended.Element">
            <summary>
            Contains the key definition for the <b>Element</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevicesExtended.Element.DeviceType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Device type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevicesExtended"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType041Property.DeviceType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.OnBoardDevicesExtended.Element.DeviceStatus">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Device status.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevicesExtended"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType041Property.DeviceStatus"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface">
            <summary>
            Contains the key definitions available for a type 042 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface.InterfaceType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Management Controller Interface Type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType042Property.InterfaceType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface.InterfaceTypeSpecificData">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Management Controller Interface Type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType042Property.InterfaceTypeSpecificData"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface.Protocols">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Management Controller Interface Type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType042Property.Protocols"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecordsCollection"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface.Protocol">
            <summary>
            Contains the key definition for the <b>Elements</b> section.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface.Protocol.ProtocolType">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Management Controller Interface Type.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType042Property.ProtocolType"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ManagementControllerHostInterface.Protocol.ProtocolTypeSpecificData">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Protocol type specific data.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType042Property.ProtocolTypeSpecificData"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice">
            <summary>
            Contains the key definitions available for a type 043 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.VendorId">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Specified as four ASCII characters.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.VendorId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.VendorIdDescription">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Vendor Id description.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.VendorIdDescription"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.MajorSpecVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Major TPM version supported by the TPM device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.MajorSpecVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.MinorSpecVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Minor TPM version supported by the TPM device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.MinorSpecVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.FirmwareVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>TPM firmware version.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.FirmwareVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Tpm.TpmFirmwareVersion"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of descriptive information of the TPM device.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.Characteristics">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>TPM device characteristics information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.Characteristics"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.TpmDevice.OemDefined">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>OEM- or BIOS vendor-specific information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType043Property.OemDefined"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt32"/></para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ProcessorAdditionalInformation">
            <summary>
            Contains the key definitions available for a type 044 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ProcessorAdditionalInformation"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ProcessorAdditionalInformation.ReferencedHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the processor structure (Type 004).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ProcessorAdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType044Property.ReferencedHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.3+</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.ProcessorAdditionalInformation.ProcessorSpecificBlock">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Processor-specific block.</para>
            <para>The format of processor-specific data varies between different processor architecture.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ProcessorAdditionalInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType044Property.ProcessorSpecificBlock"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.3+</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation">
            <summary>
            Contains the key definitions available for a type 045 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareComponentName">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the Firmware Component Name.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareComponentName"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the Firmware Version of this firmware. The format of this value is defined by the Version Format.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareVersionFormat">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Describes the format of the Firmware Version and the Lowest Supported Firmware Version.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareVersionFormat"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareId">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the Firmware ID of this firmware. The format of this value is defined by the Firmware ID Format.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareIdFormat">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Describes the format of the Firmware ID.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareIdFormat"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareReleaseDate">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the firmware release date. The date string, if supplied, follows the Date-Time values format.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareReleaseDate"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareManufacturer">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the firmware release date. The date string, if supplied, follows the Date-Time values format.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareManufacturer"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.LowestSupportedFirmwareVersion">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>String number of the lowest version to which this firmware can be rolled back to. The format of this value is defined by the Version Format.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.LowestSupportedFirmwareVersion"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareImageSize">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Size of the firmware image that is currently programmed in the device, in bytes. If the Firmware Image Size is unknown, the field is set to FFFFFFFFFFFFFFFFh</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareImageSize"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.Bytes"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt64"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareCharacteristics">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Firmware characteristics information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareCharacteristics"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.FirmwareState">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Firmware state information.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.FirmwareState"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.NumberOfAssociatedComponents">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Defines how many Associated Component Handles are associated with this firmware.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.NumberOfAssociatedComponents"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Byte"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.FirmwareInventoryInformation.AssociatedComponentHandles">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Lists the <b>SMBIOS</b> structure handles that are associated with this firmware.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType045Property.AssociatedComponentHandles"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/> where <b>T</b> is <see cref="T:System.UInt32"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.StringProperty">
            <summary>
            Contains the key definitions available for a type 044 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.StringProperty"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.StringProperty.PropertyId">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the processor structure (Type 004).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.StringProperty"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType046Property.PropertyId"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.StringProperty.PropertyValue">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the processor structure (Type 004).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.StringProperty"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType046Property.PropertyValue"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.StringProperty.ParentHandle">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Handle, or instance number, associated with the processor structure (Type 004).</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.StringProperty"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType046Property.ParentHandle"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.UInt16"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>3.5</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Inactive">
            <summary>
            Contains the key definitions available for a type 126 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Inactive"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.Inactive.Description">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates end of structures. Always returns the '<b>Inactive</b>' string.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Inactive"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType126Property.Description"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>Any version</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.EndOfTable">
            <summary>
            Contains the key definitions available for a type 127 [<see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.EndOfTable"/>] structure.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.Property.SmbiosProperty.EndOfTable.Status">
            <summary>
            <para>Gets a value representing the key to retrieve the property value.</para>
            <para>Indicates end of structures. Always returns the '<b>End Of Table Structures</b>' string.</para>
            <para>
             <para><b>Key Composition</b></para>
             <list type="bullet">
              <item><description>Structure: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.EndOfTable"/></description></item>
              <item><description>Property: <see cref="F:iTin.Hardware.Specification.Smbios.SmbiosType127Property.Status"/></description></item>
              <item><description>Unit: <see cref="F:iTin.Core.Hardware.Common.PropertyUnit.None"/></description></item>
             </list>
            </para>
            <para>
             <para><b>Return Value</b></para>
             <para>Type: <see cref="T:System.String"/></para>
            </para>
            <para>
             <para><b>Remarks</b></para>
             <para>Any version</para>
            </para>
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType000Property">
            <summary>
            Defines the properties available for the structure type 000 [BIOS Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType001Property">
            <summary>
            Defines the properties available for the structure type 001 [System Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType002Property">
            <summary>
            Defines the properties available for the structure type 002 [Baseboard (or Module) Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType003Property">
            <summary>
            Defines the properties available for the structure type 003 [System Enclosure or Chassis].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType004Property">
            <summary>
            Defines the properties available for the structure type 004 [Processor Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType005Property">
            <summary>
            Defines the properties available for the structure type 005, obsolete [Memory Controller Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType006Property">
            <summary>
            Defines the properties available for the structure type 006, obsolete [Memory Module Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType007Property">
            <summary>
            Defines the properties available for the structure type 007 [Cache Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType008Property">
            <summary>
            Defines the properties available for the structure type 008 [Port Connector Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType009Property">
            <summary>
            Defines the properties available for the structure type 009 [System Slots].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType010Property">
            <summary>
            Defines the properties available for the structure type 010, obsolete [On Board Devices Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType011Property">
            <summary>
            Defines the properties available for the structure type 011 [OEM strings].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType012Property">
            <summary>
            Defines the properties available for the structure type 012 [System Configuration Options].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType013Property">
            <summary>
            Defines the properties available for the structure type 013 [BIOS Language Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType014Property">
            <summary>
            Defines the properties available for the structure type 014 [Group Associations].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType015Property">
            <summary>
            Defines the properties available for the structure type 015 [System Event Log].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType016Property">
            <summary>
            Defines the properties available for the structure type 016 [Physical Memory Array].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType017Property">
            <summary>
            Defines the properties available for the structure type 017 [Memory Device].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType018Property">
            <summary>
            Defines the properties available for the structure type 018 [32-Bit Memory Error Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType019Property">
            <summary>
            Defines the properties available for the structure type 019 [Memory Array Mapped Address].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType020Property">
            <summary>
            Defines the properties available for the structure type 020 [Memory Device Mapped Address].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType021Property">
            <summary>
            Defines the properties available for the structure type 021 [Built-in Pointing Device].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType022Property">
            <summary>
            Defines the properties available for the structure type 022 [Built-in Pointing Device].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType023Property">
            <summary>
            Defines the properties available for the structure type 023 [System Reset].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType024Property">
            <summary>
            Defines the properties available for the structure type 024 [Hardware Security].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType025Property">
            <summary>
            Defines the properties available for the structure type 025 [System Power Controls].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType026Property">
            <summary>
            Defines the properties available for the structure type 026 [Voltage Probe].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType027Property">
            <summary>
            Defines the properties available for the structure type 027 [Cooling Device].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType028Property">
            <summary>
            Defines the properties available for the structure type 028 [Temperature Probe].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType029Property">
            <summary>
            Defines the properties available for the structure type 029 [Electrical Current Probe].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType030Property">
            <summary>
            Defines the properties available for the structure type 030 [Out-of-Band Remote Access].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType031Property">
            <summary>
            Defines the properties available for the structure type 031 [Boot Integrity Services (BIS) Entry Point].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType032Property">
            <summary>
            Defines the properties available for the structure type 032 [System Boot Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType033Property">
            <summary>
            Defines the properties available for the structure type 033 [64-Bit Memory Error Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType034Property">
            <summary>
            Defines the properties available for the structure type 034 [Management Device].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType035Property">
            <summary>
            Defines the properties available for the structure type 035 [Management Device Component].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType036Property">
            <summary>
            Defines the properties available for the structure type 036 [Management Device Threshold Data].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType037Property">
            <summary>
            Defines the properties available for the structure type 037 [Memory Channel].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType038Property">
            <summary>
            Defines the properties available for the structure type 038 [IPMI Device Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType039Property">
            <summary>
            Defines the properties available for the structure type 039 [System Power Supply].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType040Property">
            <summary>
            Defines the properties available for the structure type 040 [Additional Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType041Property">
            <summary>
            Defines the properties available for the structure type 041 [Onboard Devices Extended Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType042Property">
            <summary>
            Defines the properties available for the structure type 042 [Management Controller Host Interface].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType043Property">
            <summary>
            Defines the properties available for the structure type 043 [TPM Device].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType044Property">
            <summary>
            Defines the properties available for the structure type 044 [Processor Additional Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType045Property">
            <summary>
            Defines the properties available for the structure type 045 [Firmware Inventory Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType046Property">
            <summary>
            Defines the properties available for the structure type 044 [Processor Additional Information].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType126Property">
            <summary>
            Defines the properties available for the structure type 126 [Inactive].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType127Property">
            <summary>
            Defines the properties available for the structure type 127 [End-of-Table].
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructure">
            <summary>
            Known <see cref="T:iTin.Hardware.Specification.SMBIOS"/> structures.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Bios">
            <summary>
            <b>Bios</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType000"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.System">
            <summary>
            <b>System</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType001"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BaseBoard">
            <summary>
            <b>BaseBoard</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType002"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEnclosure">
            <summary>
            <b>System Enclosure</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType003"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Processor">
            <summary>
            <b>Processor</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType004"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryController">
            <summary>
            <b>Memory Controller</b> (obsolete) structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType005"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryModule">
            <summary>
            <b>Memory Module</b> (obsolete) structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType006"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Cache">
            <summary>
            <b>Cache Memory</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType007"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortConnector">
            <summary>
            <b>Port Connector</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType008"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemSlots">
            <summary>
            <b>System Slots</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType009"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevices">
            <summary>
            <b>On Board Devices</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType010"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OemStrings">
            <summary>
            <b>OEM Strings</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType011"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemConfigurationOptions">
            <summary>
            <b>System Configuration Options</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType012"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BiosLanguage">
            <summary>
            <b>Bios Language</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType013"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.GroupAssociations">
            <summary>
            <b>Group Associations</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType014"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemEventLog">
            <summary>
            <b>System Event Log</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType015"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PhysicalMemoryArray">
            <summary>
            <b>Physical Memory Array</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType016"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDevice">
            <summary>
            <b>Memory Device</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType017"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError32">
            <summary>
            <b>32-Bit Memory Error Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType018"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryArrayMappedAddress">
            <summary>
            <b>Memory Array Mapped Address</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType019"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryDeviceMappedAddress">
            <summary>
            <b>Memory Device Mapped Address</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType020"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BuiltInPointingDevice">
            <summary>
            <b>Built-in Pointing Device</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType021"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.PortableBattery">
            <summary>
            <b>Portable Battery</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType022"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemReset">
            <summary>
            <b>System Reset</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType023"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.HardwareSecurity">
            <summary>
            <b>Hardware Security</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType024"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerControls">
            <summary>
            <b>System Power Controls</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType025"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.VoltageProbe">
            <summary>
            <b>Voltage Probe</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType026"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.CoolingDevice">
            <summary>
            <b>Cooling Device</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType027"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TemperatureProbe">
            <summary>
            <b>Temperature Probe</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType028"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ElectricalCurrentProbe">
            <summary>
            <b>Electrical Current Probe</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType029"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OutOfBandRemote">
            <summary>
            <b>Out-Of-Band Remote</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType030"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BootIntegrityServicesEntryPoint">
            <summary>
            <b>Boot Integrity Services (BIS) Entry Point</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType031"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemBoot">
            <summary>
            <b>System Boot Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType032"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.BitMemoryError64">
            <summary>
            <b>64-Bit Memory Error Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType033"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDevice">
            <summary>
            <b>Management Device</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType034"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceComponent">
            <summary>
            <b>Management Device Component</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType035"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementDeviceThresholdData">
            <summary>
            <b>Management Device Threshold Data</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType036"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.MemoryChannel">
            <summary>
            <b>Memory Channel</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType037"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.IpmiDevice">
            <summary>
            <b>IPMI Device Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType038"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.SystemPowerSupply">
            <summary>
            <b>System Power Supply</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType039"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.AdditionalInformation">
            <summary>
            <b>Additional Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType040"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.OnBoardDevicesExtended">
            <summary>
            <b>OnBoard Devices Extended Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType041"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ManagementControllerHostInterface">
            <summary>
            <b>Management Controller Host Interface</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType042"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.TpmDevice">
            <summary>
            <b>TPM Device</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType043"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.ProcessorAdditionalInformation">
            <summary>
            <b>Processor Additional Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType044"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.FirmwareInventoryInformation">
            <summary>
            <b> Firmware Inventory Information</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType045"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.StringProperty">
            <summary>
            <b>String Property</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType046"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.Inactive">
            <summary>
            <b>Inactive</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType126"/>.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructure.EndOfTable">
            <summary>
            <b>End-Of-Table</b> structure, for more information please see <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType127"/>.
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructureCollection">
            <summary>
            Represents a read-only collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.SmbiosBaseType})">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructureCollection"/> class.
            </summary>
            <param name="selectedStructure">The selected structure.</param>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructureFactory">
            <summary>
            The static class <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructureFactory"/> creates the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> structures.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureFactory.Create(iTin.Hardware.Specification.Smbios.SmbiosStructureInfo)">
            <summary>
            Create list of available structures.
            </summary>
            <param name="structureInfo">Structure information.</param>
            <returns>
            An enumerator, which supports a simple iteration in the collection of structures.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo">
            <summary>
            Represents the <b>Header</b> structure contained in the initial four bytes of each <see cref="T:iTin.Hardware.Specification.SMBIOS"/> structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo"/> class.
            </summary>
            <param name="rawData">The raw data.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.Length">
            <summary>
            Gets the length of the formatted area of the current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> structure.
            </summary>
            <value>
            Length of the current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> structure.
            </value>
            <remarks>
            Specifies the length of the formatted area of the current structure.
            Starting at position 0, the length of the formatted zone of strings is not taken into account.
            </remarks>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.Handle">
            <summary>
            Gets the handle of the current structure.
            </summary>
            <value>
            Handle of the current structure.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.RawData">
            <summary>
            Gets an array with the raw data.
            </summary>
            <value>
            Array with raw data.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.StructureType">
            <summary>
            Gets the current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> structure type.
            </summary>
            <value>
            One of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructure"/> values representing the current struct
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.StructureVersion">
            <summary>
            Gets the implemented version of this <b>SMBIOS</b> structure.
            </summary>
            <value>
            One of the values of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion"/> enumeration that indicates the implemented version of this <b>SMBIOS</b> structure.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>A <see cref="T:System.String"/> that represents this instance.</returns>
            <remarks>
            The <see cref="M:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.ToString"/> method returns a string that includes the <see cref="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.StructureType"/> property, <see cref="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.Handle"/> y <see cref="P:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo.Length"/>.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo">
            <summary>
            Defines the contents of a structure type.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.#ctor(iTin.Hardware.Specification.SMBIOS,iTin.Hardware.Specification.Smbios.SmbiosStructure)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo"/> struct.
            </summary>
            <param name="context">The <see cref="T:iTin.Hardware.Specification.SMBIOS"/> context.</param>
            <param name="structureType">Type of the structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.FriendlyStructureName">
            <summary>
            Gets a value that represents the structure friendly name.
            </summary>
            <value>
            The structure friendly name
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.SmbiosVersion">
            <summary>
            Gets a value representing the version of <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
            <value>
            <see cref="T:iTin.Hardware.Specification.SMBIOS"/> versión.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.StructureType">
            <summary>
            Gets the type of structure.
            </summary>
            <value>Type of structure.</value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.Structures">
            <summary>
            Gets collection of available structures.
            </summary>
            <value>
            Collection of available structures.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.Context">
            <summary>
            Gets a value that represents the underliying <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
            <value>
            The current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> context.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.op_Equality(iTin.Hardware.Specification.Smbios.SmbiosStructureInfo,iTin.Hardware.Specification.Smbios.SmbiosStructureInfo)">
            <summary>
            Implements the == operator.
            </summary>
            <param name="structureInfo1">The structure info1.</param>
            <param name="structureInfo2">The structure info2.</param>
            <returns>
            Returns <b>true</b> if <b>structureInfo1</b> is equal to <b>structureInfo2</b>; <b>false</b> otherwise.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.op_Inequality(iTin.Hardware.Specification.Smbios.SmbiosStructureInfo,iTin.Hardware.Specification.Smbios.SmbiosStructureInfo)">
            <summary>
            Implements the != operator.
            </summary>
            <param name="structureInfo1">The structure info1.</param>
            <param name="structureInfo2">The structure info2.</param>
            <returns>
            Returns <b>true</b> if <b>structureInfo1</b> is not equal to <b>structureInfo2</b>; <b>false</b> otherwise.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.Equals(iTin.Hardware.Specification.Smbios.SmbiosStructureInfo)">
            <inheritdoc/>
            <summary>
            Indicates whether the current object is equal to another object of the same type.
            </summary>
            <param name="other">Object to be compared to this object.</param>
            <returns>
            <b>true</b> if the current object is equal to the parameter <paramref name="other"/>; Otherwise, <b>false</b>.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.GetStructureDescrition">
            <summary>
            Returns the structure description.
            </summary>
            <returns>
            The structure description.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
            </summary>
            <param name="obj">Another object with which the comparison is to be made.</param>
            <returns>
            <b>true</b> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <b>false</b>.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>A <see cref="T:System.String"/> that represents this instance.</returns>
            <remarks>
            The <see cref="M:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.ToString"/> method returns a string that includes the <see cref="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.StructureType"/>.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructuresCache">
            <summary>
            The <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructuresCache"/> class represents the cache of available structures for a particular type.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructuresCache.Cache">
            <summary>
            Gets a reference to the available structures cache.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructuresCache.#ctor">
            <summary>
            Prevents a default instance of the class from being created.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosStructuresCache.Get(iTin.Hardware.Specification.Smbios.SmbiosStructureInfo)">
            <summary>
            Gets the collection of available structures.
            </summary>
            <param name="structureInfo">The structure info.</param>
            <returns>
            The collection of available structures.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion">
            <summary>
            Defines known implemented version of a <b>SMBIOS</b> structure.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.Latest">
            <summary>
            Version valid without specifying its version number.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.Unknown">
            <summary>
            Unknown version
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v20">
            <summary>
            Version 2.0
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v21">
            <summary>
            Version 2.1
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v22">
            <summary>
            Version 2.2
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v23">
            <summary>
            Version 2.3
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v24">
            <summary>
            Version 2.4
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v25">
            <summary>
            Version 2.5
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v26">
            <summary>
            Version 2.6
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v27">
            <summary>
            Version 2.7
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v28">
            <summary>
            Version 2.8
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v30">
            <summary>
            Version 3.0
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v31">
            <summary>
            Version 3.1
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v32">
            <summary>
            Version 3.2
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v33">
            <summary>
            Version 3.3
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v34">
            <summary>
            Version 3.4
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v35">
            <summary>
            Version 3.5
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v36">
            <summary>
            Version 3.6
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosStructureVersion.v37">
            <summary>
            Version 3.7
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType">
            <summary>
            The <b>SmbiosBaseType</b> class provides functions to analyze the properties associated with a structure <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> by specifying the Header of the structure and current SMBIOS.
            </summary>
            <param name="smbiosStructureHeaderInfo">Header of the current structure.</param>
            <param name="smbiosVersion">Current SMBIOS version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosBaseType.ImplementedProperties">
            <summary>
            Returns a list of implemented properties for this smbios structure.
            </summary>
            <returns>
            A list of implemented properties for this structure.
            </returns>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosBaseType.StructureInfo">
            <summary>
            Gets the raw information from this structure.
            </summary>
            <value>
            A <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo"/> object that contains the information.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosBaseType.Properties">
            <summary>
            Gets the properties available for this structure.
            </summary>
            <value>
            Availables properties.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosBaseType.Reader">
            <summary>
            Gets a reference to byte raw data reader
            </summary>
            <value>
            Byte raw data reader.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosBaseType.SmbiosVersion">
            <summary>
            Gets the current version of <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
            <value>
            Value representing the current version of <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosBaseType.Strings">
            <summary>
            Gets the strings associated with this structure.
            </summary>
            <value>
            An array that contains the strings of this structure.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.GetPropertyValue(iTin.Core.Hardware.Common.IPropertyKey)">
            <summary>
            Returns the value of specified property. Always returns the first appearance of the property. If it does not exist, returns <b>null</b> (<b>Nothing</b> in visual basic).
            </summary>
            <param name="propertyKey">Key to the property to obtain</param>
            <returns>
            Reference to the object that represents the value of the property. Always returns the first appearance of the property.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.GetPropertyValue``1(iTin.Core.Hardware.Common.IPropertyKey)">
            <summary>
            Returns the the strongly typed value of specified property. Always returns the first appearance of the property. If it does not exist, returns <b>null</b> (<b>Nothing</b> in visual basic).
            </summary>
            <param name="propertyKey">Key to the property to obtain</param>
            <returns>
            Reference to the object that represents the strongly typed value of the property. Always returns the first appearance of the property.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents this instance.
            </returns>
            <remarks>
            This method returns a string that includes the property <see cref="P:iTin.Hardware.Specification.Smbios.SmbiosStructureInfo.StructureType"/>.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.GetString(System.Byte)">
            <summary>
            Returns the stored string from the specified byte.
            </summary>
            <param name="target">target byte</param>
            <returns>
            The value stored in the indicated byte.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.Parse(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <summary>
            Parse and populates the property collection for this structure.
            </summary>
            <param name="properties">Collection of properties of this structure.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosBaseType.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <summary>
            Populates the property collection for this structure.
            </summary>
            <param name="properties">Collection of properties of this structure.</param>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType000">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Bios Information (Type 0) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType000.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType000"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.Characteristics">
            <summary>
            Gets a value representing the <b>Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.ExtensionByte1">
            <summary>
            Gets a value representing the <b>Extension byte 1</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.ExtensionByte2">
            <summary>
            Gets a value representing the <b>Extension byte 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.FirmwareMajorRelease">
            <summary>
            Gets a value representing the <b>Firmware major release</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.FirmwareMinorRelease">
            <summary>
            Gets a value representing the <b>Firmware minor release</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.BiosReleaseDate">
            <summary>
            Gets a value representing the <b>Bios release date</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.RomSize">
            <summary>
            Gets a value representing the <b>Rom size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.BiosStartSegment">
            <summary>
            Gets a value representing the <b>Bios starting address segment</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.SystemBiosMajorRelease">
            <summary>
            Gets a value representing the <b>System bios major release</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.SystemBiosMinorRelease">
            <summary>
            Gets a value representing the <b>System bios minor release</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.Vendor">
            <summary>
            Gets a value representing the <b>Vendor</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.BiosVersion">
            <summary>
            Gets a value representing the <b>Bios version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.ExtendedBiosRomSizeRawInfo">
            <summary>
            Gets a value representing the <b>Extended bios rom size raw info</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.ExtendedBiosRomSize">
            <summary>
            Gets a value representing the <b>Extended bios rom size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType000.ExtendedBiosRomSizeUnits">
            <summary>
            Gets a value representing the <b>Extended bios rom size units</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType000.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType000.GetCharacteristics(System.UInt64)">
            <summary>
            Define which functions supports the BIOS: PCI, PCMCIA, Flash, etc.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            A read-only collection containing the characteristics.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType000.GetExtensionByte1(System.Byte)">
            <summary>
            space reserved for future BIOS functions (byte 01).
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            A read-only collection containing the future BIOS functions (byte 01)
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType000.GetExtensionByte2(System.Byte)">
            <summary>
            space reserved for future BIOS functions (byte 01).
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            A read-only collection containing the future BIOS functions (byte 02)
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType001">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Information (Type 1) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType001.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType001"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.Family">
            <summary>
            Gets a value representing the <b>Family</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.Manufacturer">
            <summary>
            Gets a value representing the <b>Family</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.ProductName">
            <summary>
            Gets a value representing the <b>Product name</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.Sku">
            <summary>
            Gets a value representing the <b>Sku</b> field.
            </summary>
            <value>Property value.</value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial number</b> field.
            </summary>
            <value>Property value.</value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.Version">
            <summary>
            Gets a value representing the <b>Version</b> field.
            </summary>
            <value>Property value.</value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType001.WakeUpType">
            <summary>
            Gets a value representing the <b>Wake up type</b> field.
            </summary>
            <value>Property value.</value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType001.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType001.GetUuid(System.Byte[],System.Int32)">
            <summary>
            Universal Unique ID number.
            </summary>
            <param name="uuid">UUID.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
            A <see cref="T:System.String"/> containing Universal Unique ID number.
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType001.GetWakeUpType(System.Byte)">
            <summary>
            Identifies the event that turns on the system.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            A <see cref="T:System.String"/> containing the event that starts the system.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType002">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Baseboard (or Module) Information (Type 2) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType002.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType002"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.Manufacturer">
            <summary>
            Gets a value representing the <b>Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.Product">
            <summary>
            Gets a value representing the <b>Product</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.Version">
            <summary>
            Gets a value representing the <b>Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.AssetTag">
            <summary>
            Gets a value representing the <b>Asset Tag</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.FeatureFlags">
            <summary>
            Gets a value representing the <b>Feature Flags</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.IsHostingBoard">
            <summary>
            Gets a value representing the <b>Is Hosting Board</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.RequiredDaughterBoard">
            <summary>
            Gets a value representing the <b>Required Daughter Board</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.IsRemovable">
            <summary>
            Gets a value representing the <b>Is Removable</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.IsReplaceable">
            <summary>
            Gets a value representing the <b>Is Replaceable</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.IsHotSwappable">
            <summary>
            Gets a value representing the <b>Is Hot Swappable</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.LocationInChassis">
            <summary>
            Gets a value representing the <b>Location In Chassis</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.ChassisHandle">
            <summary>
            Gets a value representing the <b>Chassis Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.BoardType">
            <summary>
            Gets a value representing the <b>Board Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType002.NumberOfContainedObjectHandles">
            <summary>
            Gets a value representing the <b>Number Of Contained Object Handles</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType002.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType002.GetBoardType(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> that identifies the type of motherboard.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Type of motherboard.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType002.GetContainedElements(System.Collections.Generic.IEnumerable{System.Byte})">
            <summary>
            Gets the list of items contained in this motherboard
            </summary>
            <param name="rawdevicePropertyArray">Raw information.</param>
            <returns>
            Collection of items contained in this motherboard..
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType003">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Enclosure or Chassis (Type 3) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType003"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.AssetTagNumber">
            <summary>
            Gets a value representing the <b>Asset Tag Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.BootUpState">
            <summary>
            Gets a value representing the <b>Boot Up State</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.ContainedElementCount">
            <summary>
            Gets a value representing the <b>Contained Element Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.ContainedElementRecordLenght">
            <summary>
            Gets a value representing the <b>Contained Element Record Lenght</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.EnclosureType">
            <summary>
            Gets a value representing the <b>Enclosure Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.EnclosureLocked">
            <summary>
            Gets a value representing the <b>Enclosure Locked</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.Height">
            <summary>
            Gets a value representing the <b>Height</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.Manufacturer">
            <summary>
            Gets a value representing the <b>Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.NumberOfPowerCords">
            <summary>
            Gets a value representing the <b>Number Of Power Cords</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.OemDefined">
            <summary>
            Gets a value representing the <b>OEM Defined</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.PowerSupplyState">
            <summary>
            Gets a value representing the <b>Power Supply State</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.SecurityStatus">
            <summary>
            Gets a value representing the <b>Security Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.Version">
            <summary>
            Gets a value representing the <b>Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType003.ThermalState">
            <summary>
            Gets a value representing the <b>Thermal State</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.GetEnclosureSkuNumber(System.Byte,System.Byte)">
            <summary>
            Gets a value that describes the chassis or SKU number.
            </summary>
            <param name="n">Contained Element Count value.</param>
            <param name="m">Contained ElementRecord Lenght value.</param>
            <returns>
            Description of the chassis or SKU number.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.GetContainedElements(System.Byte[],System.Byte)">
            <summary>
            Gets the list of items contained in this chassis.
            </summary>
            <param name="rawdevicePropertyArray">Raw information.</param>
            <param name="n">Number of items to be treated.</param>
            <returns>
            Collection of elements contained in this chassis.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.GetEnclosureType(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> that identifies the type of chassis.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Chassis type
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.GetEnclosureLocked(System.Byte)">
            <summary>
            Gets a value indicating whether the chassis is anchored.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Value indicating whether the chassis is anchored.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.GetEnclosureSecurityStatus(System.Byte)">
            <summary>
            Gets a string that identifies the security state of the chassis.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Chassis safety status.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType003.GetEnclosureState(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> indicating the status of the chassis.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Chassis Status.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType004">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Processor Information (Type 4) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType004"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.SocketDesignation">
            <summary>
            Gets a value representing the <b>Socket Designation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ProcessorType">
            <summary>
            Gets a value representing the <b>Processor Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.Manufacturer">
            <summary>
            Gets a value representing the <b>Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ProcessorId">
            <summary>
            Gets a value representing the <b>Processor Id</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.Version">
            <summary>
            Gets a value representing the <b>Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.Voltages">
            <summary>
            Gets a value representing the <b>Voltages</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.VoltageValue">
            <summary>
            Gets a value representing the <b>Voltage Value</b> characteristic of the <b>Voltages</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.VoltageCapability">
            <summary>
            Gets a value representing the <b>Voltage Capability</b> characteristic of the <b>Voltages</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.IsLegacyMode">
            <summary>
            Gets a value representing the <b>Is Legacy Mode</b> characteristic of the <b>Voltage</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ExternalClock">
            <summary>
            Gets a value representing the <b>External Clock</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.MaximunSpeed">
            <summary>
            Gets a value representing the <b>Maximun Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.CurrentSpeed">
            <summary>
            Gets a value representing the <b>Current Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.Status">
            <summary>
            Gets a value representing the <b>Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.SocketPopulated">
            <summary>
            Gets a value representing the <b>Socket Populated</b> characteristic of the <b>Status</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.CpuStatus">
            <summary>
            Gets a value representing the <b>Cpu Status</b> characteristic of the <b>Status</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.UpgradeMethod">
            <summary>
            Gets a value representing the <b>Upgrade Method</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.L1CacheHandle">
            <summary>
            Gets a value representing the <b>L1 Cache Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.L2CacheHandle">
            <summary>
            Gets a value representing the <b>L2 Cache Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.L3CacheHandle">
            <summary>
            Gets a value representing the <b>L3 Cache Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.AssetTag">
            <summary>
            Gets a value representing the <b>Asset Tag</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.PartNumber">
            <summary>
            Gets a value representing the <b>Part Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.CoreCount">
            <summary>
            Gets a value representing the <b>Core Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.CoreEnabled">
            <summary>
            Gets a value representing the <b>Core Enabled</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ThreadCount">
            <summary>
            Gets a value representing the <b>Thread Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.Characteristics">
            <summary>
            Gets a value representing the <b>Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.IsCapable64Bit">
            <summary>
            Gets a value representing the <b>Is Capable 64Bit</b> characteristic of the <b>Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.IsMultiCore">
            <summary>
            Gets a value representing the <b>Is MultiCore</b> characteristic of the <b>Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.MultipleHardwareThreadsPerCore">
            <summary>
            Gets a value representing the <b>Multiple Hardware Threads Per Core</b> characteristic of the <b>Characteristics</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ExecuteProtection">
            <summary>
            Gets a value representing the <b>Execute Protection</b> characteristic of the <b>Characteristics</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.EnhancedVirtualization">
            <summary>
            Gets a value representing the <b>Enhanced Virtualization</b> characteristic of the <b>Characteristics</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.PowerPerformanceControl">
            <summary>
            Gets a value representing the <b>Power Performance Control</b> characteristic of the <b>Characteristics</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.IsCapable128Bit">
            <summary>
            Gets a value representing the <b>128-bit Capable</b> characteristic of the <b>Characteristics</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.Arm64SocIdSupported">
            <summary>
            Gets a value representing the <b>Arm64 SoC Id</b> characteristic of the <b>Characteristics</b> field
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.CoreCount2">
            <summary>
            Gets a value representing the <b>Core Count 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.CoreEnabled2">
            <summary>
            Gets a value representing the <b>Core Enabled 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ThreadCount2">
            <summary>
            Gets a value representing the <b>Thread Count 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType004.ThreadEnabled">
            <summary>
            Gets a value representing the <b>Thread Count 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.GetProcessorFamily(System.Collections.Generic.IList{System.Byte},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets a string that identifies the processor family.
            </summary>
            <param name="table">Raw information.</param>
            <param name="strings">Collection of strings available for this structure.</param>
            <returns>
            Processor family.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.GetProcessorStatus(System.Byte)">
            <summary>
            Gets a string that indicates the current state of the processor
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Current processor status.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.GetProcessorType(System.Byte)">
            <summary>
            Gets a string that identifies the type of processor.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Processor type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.GetProcessorUpgrade(System.Byte)">
            <summary>
            Gets a string representing the socket type of the processor.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Processor socket type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType004.GetVoltagesCapability(System.Byte)">
            <summary>
            Gets a collection of voltages supported by the processor.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Collection of voltages supported.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType005">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Memory Controller Information (Type 5, Obsolete) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType005"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.ErrorDetectingMethod">
            <summary>
            Gets a value representing the <b>Error Detecting Method</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.ErrorCorrectingCapabilities">
            <summary>
            Gets a value representing the <b>Error Correcting Capabilities</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.SupportedInterleave">
            <summary>
            Gets a value representing the <b>Supported Interleave</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.CurrentInterleave">
            <summary>
            Gets a value representing the <b>Current Interleave</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.MaximumMemoryModuleSize">
            <summary>
            Gets a value representing the <b>Maximum Memory Module Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.SupportedSpeeds">
            <summary>
            Gets a value representing the <b>Supported Speeds</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.SupportedMemoryTypes">
            <summary>
            Gets a value representing the <b>Supported Memory Types</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.MemoryModuleVoltages">
            <summary>
            Gets a value representing the <b>Memory Module Voltages</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType005.NumberMemorySlots">
            <summary>
            Gets a value representing the '<b>Number Memory Slots</b>'.
            </summary>
            <deviceProperty>
            Property value.
            </deviceProperty>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetControllerInterleave(System.Byte)">
            <summary>
            Gets a string representing the interpolation method.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            The interpolation method.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetContainedMemoryModules(System.Collections.Generic.IList{System.Byte})">
            <summary>
            Gets the list of memory devices that control this memory controller.
            </summary>
            <param name="rawdevicePropertyArray">Raw information.</param>
            <returns>
            Collection of items contained in this memory controller.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetControllerModuleVoltages(System.Byte)">
            <summary>
            Returns a collection of voltages supported by the memory device.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Collection of voltages supported by the memory device.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetControllerSupportedSpeeds(System.Int32)">
            <summary>
            Gets a collection of supported speeds.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Gets a collection of supported speeds.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetControllerSupportedTypes(System.Int32)">
            <summary>
            Gets a collection of supported memory types.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Collection of supported memory types.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetErrorCorrectingCapability(System.Byte)">
            <summary>
            Gets a string representing the error correction method.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            The error correction method.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType005.GetErrorDetectingMethod(System.Byte)">
            <summary>
            Gets a string representing the error detection method.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            The error detection method.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType006">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Memory Module Information (Type 6, Obsolete) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType006"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.SocketDesignation">
            <summary>
            Gets a value representing the <b>Socket Designation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.BankConnections">
            <summary>
            Gets a value representing the <b>Bank Connections</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.CurrentSpeed">
            <summary>
            Gets a value representing the <b>Current Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.CurrentMemoryType">
            <summary>
            Gets a value representing the <b>Current Memory Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.InstalledSize">
            <summary>
            Gets a value representing the <b>Installed Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.EnabledSize">
            <summary>
            Gets a value representing the <b>Enabled Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType006.ErrorStatus">
            <summary>
            Gets a value representing the <b>Error Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.GetBankConnections(System.Byte)">
            <summary>
            Gets a collection that represents the available memory banks.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            An available memory bank collection
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.GetCurrentMemoryTypes(System.Int32)">
            <summary>
            Gets a collection of supported memory types.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            An supported memory type collection
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.GetErrorStatus(System.Byte)">
            <summary>
            Gets a string representing the error state.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Error state.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.GetMemorySpeeds(System.Byte)">
            <summary>
            Gets a collection of supported speeds.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            A collection of supported speeds.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType006.GetSize(System.Byte)">
            <summary>
            Returns a collection of available sizes.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            An available size collection.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType007">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Cache Information (Type 7) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType007"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.SocketDesignation">
            <summary>
            Gets a value representing the <b>Socket Designation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.CacheConfiguration">
            <summary>
            Gets a value representing the <b>Cache Configuration</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.OperationalMode">
            <summary>
            Gets a value that represents the <b>bcOperational Mode</b> feature of the <b>Cache Configuration</b> field.
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.Enabled">
            <summary>
            Gets a value that represents the <b>Enabled</b> feature of the <b>Cache Configuration</b> field.
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.Location">
            <summary>
            Gets a value that represents the <b>Location</b> feature of the <b>Cache Configuration</b> field.
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.CacheSocketed">
            <summary>
            Gets a value that represents the <b>Cache Socketed</b> feature of the <b>Cache Configuration</b> field.
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.CacheLevel">
            <summary>
            Gets a value that represents the <b>Cache Level</b> feature of the <b>Cache Configuration</b> field.
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.MaximumCacheSize">
            <summary>
            Gets a value representing the <b>Maximum Cache Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.InstalledSize">
            <summary>
            Gets a value representing the <b>Installed Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.SupportedSramType">
            <summary>
            Gets a value representing the <b>Supported SRAM Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.CurrentSramType">
            <summary>
            Gets a value representing the <b>Current SRAM Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.CacheSpeed">
            <summary>
            Gets a value representing the <b>Cache Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.ErrorCorrectionType">
            <summary>
            Gets a value representing the <b>Error Connection Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.SystemCacheType">
            <summary>
            Gets a value representing the <b>System Cache Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.Associativity">
            <summary>
            Gets a value representing the <b>Associativity</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.MaximumCacheSize2">
            <summary>
            Gets a value representing the <b>Maximum Cache Size 2</b> field.
            </summary>
            <value>
            Valor de la propiedad.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType007.InstalledCacheSize2">
            <summary>
            Gets a value representing the <b>Installed Cache Size 2</b> field.
            </summary>
            <value>
            Valor de la propiedad.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetAssociativity(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> indicating the association mode of this cache.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>The association mode of this cache.</returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetErrorCorrection(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> indicating the method of error correction.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>Method used for error correction.</returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetLocation(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> indicating the location of this cache against the processor.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>The location of this cache against the processor.</returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetOperationalMode(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> representing the operational mode.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>The operational mode.</returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetSize(System.Int32)">
            <summary>
            Gets a <see cref="T:System.String"/> that represents the cache size in Kb.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The cache size in Kb.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetSize(System.UInt32)">
            <summary>
            Gets a <see cref="T:System.String"/> that represents the cache size in Kb.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>The cache size in Kb.</returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetSystemCacheType(System.Byte)">
            <summary>
            Gets a <see cref="T:System.String"/> representing the logical type of this cache.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>The logical type of this cache.</returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType007.GetTypes(System.Int32)">
            <summary>
            Gets a read-only collection of supported memory types.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>A read-only collection of supported memory types.</returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType008">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Port Connector Information (Type 8) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType008.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType008"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType008.InternalReference">
            <summary>
            Gets a value representing the <b>Internal Reference</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType008.InternalConnectorType">
            <summary>
            Gets a value representing the <b>Internal Connector Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType008.ExternalReference">
            <summary>
            Gets a value representing the <b>External Reference</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType008.ExternalConnectorType">
            <summary>
            Gets a value representing the <b>External Connector Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType008.PortType">
            <summary>
            Gets a value representing the <b>Port Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType008.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType008.GetConnectorType(System.Byte)">
            <summary>
            Gets a string representing the type of connector on this port.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            Type of connector on this port.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType008.GetPortType(System.Byte)">
            <summary>
            Gets a string representing the function of this port.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            The function of this port.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType009">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Slot Information (Type 9) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType009"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SlotDesignation">
            <summary>
            Gets a value representing the <b>Slot Designation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SlotType">
            <summary>
            Gets a value representing the <b>Slot Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.DataWidth">
            <summary>
            Gets a value representing the <b>Data Width</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.CurrentUsage">
            <summary>
            Gets a value representing the <b>Current Usage</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Length">
            <summary>
            Gets a value representing the <b>Length</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Adapter">
            <summary>
            Gets a value representing the <b>Adapter</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Socket">
            <summary>
            Gets a value representing the <b>Socket</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Characteristics1">
            <summary>
            Gets a value representing the <b>Characteristics1</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Characteristics2">
            <summary>
            Gets a value representing the <b>Characteristics2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SegmentBusFunction">
            <summary>
            Gets a value representing the <b>Segment Bus Function</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Bus">
            <summary>
            Gets a value representing the <b>Bus</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.DeviceFunctionNumber">
            <summary>
            Gets a value representing the <b>Device Function Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Device">
            <summary>
            Gets a value representing the <b>Device</b> feature of the <b>Device/Function Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.Function">
            <summary>
            Gets a value representing the <b>Function</b> feature of the <b>Device/Function Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.BaseDataBusWidth">
            <summary>
            Gets a value representing the <b>Base Data Bus Width</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.GroupingCount">
            <summary>
            Gets a value representing the <b>Peer Grouping Count (n)</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.RawGroups">
            <summary>
            Gets a value representing the <b>Peer (S/B/D/F/Width) groups</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SlotInformation">
            <summary>
            Gets a value representing the <b>Slot Information</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SlotPhysicalWidth">
            <summary>
            Gets a value representing the <b>Slot Physical Width</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SlotPitch">
            <summary>
            Gets a value representing the <b>Slot Pitch</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType009.SlotHeight">
            <summary>
            Gets a value representing the <b>Slot Height</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetBusDeviceFunction(System.Byte,System.Byte,System.Byte)">
            <summary>
            Gets a string representing Bus / Device / Function of the slot.
            </summary>
            <param name="bus">Bus.</param>
            <param name="device">Device.</param>
            <param name="function">Función.</param>
            <returns>
            Bus/Device/Function slot information
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetCharacteristics(System.Byte,System.Byte)">
            <summary>
            Gets a collection with the characteristics of the slot.
            </summary>
            <param name="code1">General characteristics.</param>
            <param name="code2">Specific characteristics.</param>
            <returns>
            A collection with the characteristics of the slot.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetCurrentUsage(System.Byte)">
            <summary>
            Gets a string representing the current slot usage.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The current slot usage.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetDataBusWidth(System.Byte)">
            <summary>
            Gets a string representing the width of the data bus in the slot.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The width of the data bus in the slot.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetId(System.Byte,System.Byte,System.Byte)">
            <summary>
            Gets a string that identifies the slot.
            </summary>
            <param name="type">Slot typet.</param>
            <param name="adpater">First value to analyze.</param>
            <param name="socket">Second value to analyze.</param>
            <returns>
            Slot identifier.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetLength(System.Byte)">
            <summary>
            Gets a string that identifies the physical width of the slot.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Ancho físico del slot.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetPeerElements(System.Byte[])">
            <summary>
            Gets the list of peer information.
            </summary>
            <param name="rawData">Raw information.</param>
            <returns>
            Peers
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetSegmentBusFunction(System.UInt16)">
            <summary>
            Gets a string representing SegmentBusFuction.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Segment Bus function.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetSlotType(System.Byte)">
            <summary>
            Gets a string indicating the slot type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Slot type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType009.GetSlotHeight(System.Byte)">
            <summary>
            Gets a string that identifies the maximum supported card height for the slot.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Maximum supported card height for the slot.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType010">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the On Board Devices (Type 10, Obsolete) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType010.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType010"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType010.DeviceType">
            <summary>
            Gets a value representing the <b>Device Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType010.IsEnabled">
            <summary>
            Gets a value representing the <b>Is Enabled</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType010.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType010.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType010.GetDeviceType(System.Byte)">
            <summary>
            Gets a value representing the built-in device type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The built-in device type.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType011">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode OEM Strings (Type 11) structure
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType011.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType011"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType011.Count">
            <summary>
            Gets a value representing the <b>Socket Designation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType011.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType011.GetValues(System.Int32)">
            <summary>
            Gets a collection with OEM information.
            </summary>
            <param name="count">Counter.</param>
            <returns>
            A collection with OEM information.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType012">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Configuration Options (Type 12) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType012.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType012"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType012.Count">
            <summary>
            Gets a value representing the <b>Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType012.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType012.GetValues(System.Int32)">
            <summary>
            Gets a collection with system information.
            </summary>
            <param name="count">Counter.</param>
            <returns>
            A collection with system information.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType013">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the BIOS Language Information (Type 13) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType013.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType013"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType013.Count">
            <summary>
            Gets a value representing the <b>Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType013.Current">
            <summary>
            Gets a value representing the <b>Current</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType013.IsCurrentAbbreviated">
            <summary>
            Gets a value representing the <b>Is Current Abbreviated</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType013.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType013.GetValues(System.Int32)">
            <summary>
            Gets a collection with system information.
            </summary>
            <param name="count">Counter.</param>
            <returns>
            Colección con la información del sistema.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType014">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Group Associations (Type 14) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType014.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType014"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType014.GroupName">
            <summary>
            Gets a value representing the <b>Group Name</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType014.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType014.GetContainedElements(System.Byte[],System.Int32)">
            <summary>
            Gets the list of items that this group contains.
            </summary>
            <param name="rawValueArray">Raw information.</param>
            <param name="n">Number of items to be treated.</param>
            <returns>
            Collection of elements contained in this group.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType015">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Event Log (Type 15) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType015.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType015"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.LogAreaLength">
            <summary>
            Gets a value representing the <b>Log Area Length</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.LogHeaderStartOffset">
            <summary>
            Gets a value representing the <b>Log Header Start Offset</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.DataStartOffset">
            <summary>
            Gets a value representing the <b>Data Start Offset</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.AccessMethod">
            <summary>
            Gets a value representing the <b>Access Method</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.LogStatus">
            <summary>
            Gets a value representing the <b>Log Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.AccessMethodAddress">
            <summary>
            Gets a value representing the <b>Access Method Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.LogChangeToken">
            <summary>
            Gets a value representing the <b>Log Change Token</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.LogHeaderFormat">
            <summary>
            Gets a value representing the <b>Log Header Format</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.SupportedLogTypeDescriptors">
            <summary>
            Gets a value representing the <b>Supported Log Type Descriptors</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.LengthTypeDescriptor">
            <summary>
            Gets a value representing the <b>Length Type Descriptor</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType015.ListSupportedEventLogTypeDescriptors">
            <summary>
            Gets a value representing the <b>List Supported Event Log Type Descriptors</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType015.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType016">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Physical Memory Array (Type 16) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType016.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType016"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.Location">
            <summary>
            Gets a value representing the <b>Location</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.Use">
            <summary>
            Gets a value representing the <b>Use</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.ErrorCorrection">
            <summary>
            Gets a value representing the <b>Error Correction</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.MaximumCapacity">
            <summary>
            Gets a value representing the <b>Maximum Capacity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.ErrorInformationHandle">
            <summary>
            Gets a value representing the <b>Maximum Capacity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.NumberOfMemoryDevices">
            <summary>
            Gets a value representing the <b>Number Of Memory Devices</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType016.ExtendedMaximumCapacity">
            <summary>
            Gets a value representing the <b>Extended Maximum Capacity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType016.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType016.GetLocation(System.Byte)">
            <summary>
            Gets a string indicating the location of the array.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Matrix location
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType016.GetUse(System.Byte)">
            <summary>
            Gets a string indicating the use of the array.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Using the Matrix.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType016.GetErrorCorrectionTypes(System.Byte)">
            <summary>
            Gets a string indicating the type of error correction.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The type of error correction.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType016.GetErrorHandle(System.Int32)">
            <summary>
            Gets a string representing the error handler.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The error handler.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType017">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Memory Device (Type 17) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType017"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.PhysicalArrayMemoryHandle">
            <summary>
            Gets a value representing the <b>Physical Array Memory Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MemoryErrorInformationHandle">
            <summary>
            Gets a value representing the <b>Memory Error Information Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.TotalWidth">
            <summary>
            Gets a value representing the <b>Total Width</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.DataWidth">
            <summary>
            Gets a value representing the <b>Data Width</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.Size">
            <summary>
            Gets a value representing the <b>Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.FormFactor">
            <summary>
            Gets a value representing the <b>Form Factor</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.DeviceSet">
            <summary>
            Gets a value representing the <b>Device Set</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.BelongsToSet">
            <summary>
            Gets a value indicating whether this device belongs to a set of the same capacity and type.
            </summary>
            <value>
            One of the values in the <see cref = "T:iTin.Hardware.Specification.Smbios.MemoryDeviceBelongsToSet"/> enumeration that indicates membership to a set.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.DeviceLocator">
            <summary>
            Gets a value representing the <b>Device Locator</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.BankLocator">
            <summary>
            Gets a value representing the <b>Bank Locator</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MemoryType">
            <summary>
            Gets a value representing the <b>Memory Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.TypeDetail">
            <summary>
            Gets a value representing the <b>Type Detail</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.Manufacturer">
            <summary>
            Gets a value representing the <b>Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.AssetTag">
            <summary>
            Gets a value representing the <b>Asset Tag</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.PartNumber">
            <summary>
            Gets a value representing the <b>Part Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.Speed">
            <summary>
            Gets a value representing the <b>Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.Rank">
            <summary>
            Gets a value representing the <b>Rank</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.ExtendedSize">
            <summary>
            Gets a value representing the <b>Extended Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.CurrentSpeed">
            <summary>
            Gets a value representing the <b>Current Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MinimumVoltage">
            <summary>
            Gets a value representing the <b>Minimum Voltage</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MaximumVoltage">
            <summary>
            Gets a value representing the <b>Maximum Voltage</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.ConfiguredVoltage">
            <summary>
            Gets a value representing the <b>Configured Voltage</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MemoryTechnology">
            <summary>
            Gets a value representing the '<b>Memory Technology</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MemoryOperatingModeCapability">
            <summary>
            Gets a value representing the '<b>Memory Operating Mode Capability</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.FirmwareVersion">
            <summary>
            Gets a value representing the '<b>Firmware Version</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.ModuleManufacturerId">
            <summary>
            Gets a value representing the '<b>Module Manufacturer Id</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.ModuleProductId">
            <summary>
            Gets a value representing the '<b>Module Product Id</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MemorySubsystemControllerManufacturerId">
            <summary>
            Gets a value representing the '<b>Memory Subsystem Controller Manufacturer Id</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.MemorySubsystemControllerProductId">
            <summary>
            Gets a value representing the '<b>Memory Subsystem Controller Product Id</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.NonVolatileSize">
            <summary>
            Gets a value representing the '<b>Non Volatile Size</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.VolatileSize">
            <summary>
            Gets a value representing the '<b>Volatile Size</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.CacheSize">
            <summary>
            Gets a value representing the '<b>Cache Size</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.LogicalSize">
            <summary>
            Gets a value representing the '<b>Logical Size</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.ExtendedSpeed">
            <summary>
            Gets a value representing the <b>Extended Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.ExtendedConfiguredSpeed">
            <summary>
            Gets a value representing the <b>Extended Configured Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.PMIC0ManufacturerId">
            <summary>
            Gets a value representing the <b>PMIC0 Manufacturer ID</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.PMIC0RevisionNumber">
            <summary>
            Gets a value representing the <b>PMIC0 Revision Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.RCDManufacturerId">
            <summary>
            Gets a value representing the <b>RCD Manufacturer ID</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType017.RCDRevisionNumber">
            <summary>
            Gets a value representing the <b>RCD Revision Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.GetDeviceType(System.Byte)">
            <summary>
            Gets a string representing the device type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Device type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.GetDeviceTypeDetail(System.Int32)">
            <summary>
            Gets a string representing the device type detail.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Device type detail.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.GetFormFactor(System.Byte)">
            <summary>
            Gets a string that represents the shape of the device.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            A string that represents the shape of the device.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.GetMemoryTechnology(System.Byte)">
            <summary>
            Gets a string that represents the memory type technology.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            A string that represents the memory type technology.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType017.GetMemoryOperatingModeCapability(System.Int32)">
            <summary>
            Gets a memory operating mode capability.
            </summary>
            <param name="code">Value to analyze</param>
            <returns>
            A read-only collection of supported memory operating mode capabilities.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType018">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the 32-Bit Memory Error Information (Type 18) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType018.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType018"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.ErrorType">
            <summary>
            Gets a value representing the <b>Error Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.ErrorGranularity">
            <summary>
            Gets a value representing the <b>Error Granularity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.ErrorOperation">
            <summary>
            Gets a value representing the <b>Error Operation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.CrcData">
            <summary>
            Gets a value representing the <b>Crc Data</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.BusErrorAddress">
            <summary>
            Gets a value representing the <b>Bus Error Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.DeviceErrorAddress">
            <summary>
            Gets a value representing the <b>Device Error Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType018.ErrorResolution">
            <summary>
            Gets a value representing the <b>Error Resolution</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType018.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType018.GetErrorType(System.Byte)">
            <summary>
            Gets a string representing the type of error.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Error type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType018.GetErrorGranularity(System.Byte)">
            <summary>
            Gets a string indicating 'Granularity'.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Indicates the 'Granularity'.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType018.GetErrorOperation(System.Byte)">
            <summary>
            Gets a string indicating which memory operation generated the error.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The operation generated the error.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType019">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Memory Array Mapped Address (Type 19) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType019.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType019"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType019.StartingAddress">
            <summary>
            Gets a value representing the <b>Starting Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType019.EndingAddress">
            <summary>
            Gets a value representing the <b>Ending Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType019.MemoryArrayHandle">
            <summary>
            Gets a value representing the <b>Memory Array Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType019.PartitionWidth">
            <summary>
            Gets a value representing the <b>Partition Width</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType019.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType020">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Memory Device Mapped Address (Type 20) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType020.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType020"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.StartingAddress">
            <summary>
            Gets a value representing the <b>Starting Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.EndingAddress">
            <summary>
            Gets a value representing the <b>Ending Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.MemoryDeviceHandle">
            <summary>
            Gets a value representing the <b>Memory Device Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.MappedAddressHandle">
            <summary>
            Gets a value representing the <b>Mapped Address Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.PartitionRowPosition">
            <summary>
            Gets a value representing the <b>Partition Row Position</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.InterleavePosition">
            <summary>
            Gets a value representing the <b>Interleave Position</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.InterleavedDataDepth">
            <summary>
            Gets a value representing the <b>Interleaved Data Depth</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.ExtendedStartingAddress">
            <summary>
            Gets a value representing the <b>Extended Starting Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType020.ExtendedEndingAddress">
            <summary>
            Gets a value representing the <b>Extended Ending Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType020.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType021">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Built-in Pointing Device (Type 21) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType021.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Inicializa una nueva instancia de la clase <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType021"/> especificando la información de la estructura y la versión de SMBIOS.
            </summary>
            <param name="smbiosStructureHeaderInfo">Información sin tratar de la estructura actual.</param>
            <param name="smbiosVersion">Versión actual de SMBIOS.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType021.DeviceType">
            <summary>
            Gets a value representing the <b>Device Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType021.Interface">
            <summary>
            Gets a value representing the <b>Interface</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType021.NumberOfButtons">
            <summary>
            Gets a value representing the <b>Number Of Buttons</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType021.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType021.GetDeviceInterface(System.Byte)">
            <summary>
            Gets a string representing the interface of the device.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Device interface.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType021.GetDeviceType(System.Byte)">
            <summary>
            Gets a string representing the device type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Bus type.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType022">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Portable Battery (Type 22) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType022.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType022"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.Location">
            <summary>
            Gets a value representing the <b>Location</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.Manufacturer">
            <summary>
            Gets a value representing the <b>Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.ManufactureDate">
            <summary>
            Gets a value representing the <b>Manufacturer Date</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.DeviceName">
            <summary>
            Gets a value representing the <b>Device Name</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.DeviceChemistryValue">
            <summary>
            Gets a value representing the <b>Device Chemistry Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.DesignCapacity">
            <summary>
            Gets a value representing the <b>Design Capacity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.DesignVoltage">
            <summary>
            Gets a value representing the <b>Design Voltage</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.SbdsVersionNumber">
            <summary>
            Gets a value representing the <b>Sbds Version Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.MaximumErrorInBatteryData">
            <summary>
            Gets a value representing the <b>Maximum Error In Battery Data</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.SbdsSerialNumber">
            <summary>
            Gets a value representing the <b>Sbds Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.SbdsManufactureDate">
            <summary>
            Gets a value representing the <b>Sbds Manufacture Date</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.SbdsDeviceChemistry">
            <summary>
            Gets a value representing the <b>Sbds Device Chemistry</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.DesignCapacityMultiplier">
            <summary>
            Gets a value representing the <b>Design Capacity Multiplier</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType022.OemSpecific">
            <summary>
            Gets a value representing the <b>Oem Specific</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType022.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.SmbiosType022.UnpacketBatteryDate">
            <summary>
            The unpacket battery date
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType022.GetDeviceChemistry(System.Byte)">
            <summary>
            Gets a string representing the battery type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The battery type.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType023">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Reset (Type 23) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType023.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType023"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.Capabilities">
            <summary>
            Gets a value representing the <b>Capabilities</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.Status">
            <summary>
            Gets a value representing the <b>Status</b> capability of the <b>Capabilities</b> field
            </summary>
            <value>
            Capability value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.BootOption">
            <summary>
            Gets a value representing the <b>Boot Option</b> capability of the <b>Capabilities</b> field
            </summary>
            <value>
            Capability value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.BootOptionOnLimit">
            <summary>
            Gets a value representing the <b>Boot Option On Limit</b> capability of the <b>Capabilities</b> field
            </summary>
            <value>
            Capability value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.WatchdogTimer">
            <summary>
            Gets a value representing the <b>Watchdog Timer</b> capability of the <b>Capabilities</b> field
            </summary>
            <value>
            Capability value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.ResetCount">
            <summary>
            Gets a value representing the <b>Reset Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.ResetLimit">
            <summary>
            Gets a value representing the <b>Reset Limit</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.TimerInterval">
            <summary>
            Gets a value representing the <b>Timer Interval</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType023.TimeOut">
            <summary>
            Gets a value representing the <b>Time Out</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType023.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType023.GetBootOption(System.Byte)">
            <summary>
            Gets a string representing the boot option.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Boot option.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType024">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Hardware Security (Type 24) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType024.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType024"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType024.HardwareSecuritySettings">
            <summary>
            Gets a value representing the <b>Hardware Security Setting</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType024.FrontPanelResetStatus">
            <summary>
            Gets a value representing the <b>Front Panel ResetS Status</b> hardware setting of the <b>Hardware Security Setting</b> field
            </summary>
            <value>
            Hardware setting value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType024.AdministratorPasswordStatus">
            <summary>
            Gets a value representing the <b>Administrator Password Status</b> hardware setting of the <b>Hardware Security Setting</b> field
            </summary>
            <value>
            Hardware setting value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType024.KeyboardPasswordStatus">
            <summary>
            Gets a value representing the <b>Keyboard Password Status</b> hardware setting of the <b>Hardware Security Setting</b> field
            </summary>
            <value>
            Hardware setting value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType024.PowerOnPasswordStatus">
            <summary>
            Gets a value representing the <b>Power-On Password Status</b> hardware setting of the <b>Hardware Security Setting</b> field
            </summary>
            <value>
            Hardware setting value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType024.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType024.GetSettings(System.Byte)">
            <summary>
            Gets a string representing the set configuration.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The set configuration.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType025">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Power Controls (Type 25) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType025.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType025"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType025.Month">
            <summary>
            Gets a value representing the <b>Month</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType025.Day">
            <summary>
            Gets a value representing the <b>Day</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType025.Hour">
            <summary>
            Gets a value representing the <b>Hour</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType025.Minute">
            <summary>
            Gets a value representing the <b>Minute</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType025.Second">
            <summary>
            Gets a value representing the <b>Second</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType025.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType026">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Voltage Probe (Type 26) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType026.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType026"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.LocationAndStatus">
            <summary>
            Gets a value representing the <b>Location And Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.Location">
            <summary>
            Gets a value representing the <b>Location</b> feature of the <b>Location And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.Status">
            <summary>
            Gets a value representing the <b>Status</b> feature of the <b>Location And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.MaximunValue">
            <summary>
            Gets a value representing the <b>Maximun Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.MinimunValue">
            <summary>
            Gets a value representing the <b>Minimun Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.Resolution">
            <summary>
            Gets a value representing the <b>Resolution</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.Tolerance">
            <summary>
            Gets a value representing the <b>Tolerance</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.Accuracy">
            <summary>
            Gets a value representing the <b>Accuracy</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.OemDefined">
            <summary>
            Gets a value representing the <b>Oem Defined</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType026.NominalValue">
            <summary>
            Gets a value representing the <b>Nominal Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType026.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType026.GetLocation(System.Byte)">
            <summary>
            Gets a string representing the location.
            </summary>
            <param name="code">Value to analyze..</param>
            <returns>
            The location.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType026.GetStatus(System.Byte)">
            <summary>
            Gets a string representing the state of the test.
            </summary>
            <param name="code">Value to analyze..</param>
            <returns>
            The state of the test.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType027">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Cooling Device (Type 27) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType027.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType027"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.TemperatureProbeHandle">
            <summary>
            Gets a value representing the <b>Temperature Probe Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.DeviceTypeAndStatus">
            <summary>
            Gets a value representing the <b>Device Type And Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.DeviceType">
            <summary>
            Gets a value representing the <b>Device Type</b> feature of the <b>Device Type And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.Status">
            <summary>
            Gets a value representing the <b>Status</b> feature of the <b>Device Type And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.CoolingUnitGroup">
            <summary>
            Gets a value representing the <b>Cooling Unit Group</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.OemDefined">
            <summary>
            Gets a value representing the <b>Oem Defined</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.NominalSpeed">
            <summary>
            Gets a value representing the <b>Nominal Speed</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType027.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType027.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType027.GetDeviceType(System.Byte)">
            <summary>
            Gets a string representing the device type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The device type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType027.GetStatus(System.Byte)">
            <summary>
            Gets a string representing the state of the test.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The state of the test.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType028">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Temperature Probe (Type 28) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType028.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType028"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.LocationAndStatus">
            <summary>
            Gets a value representing the <b>Location And Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.Location">
            <summary>
            Gets a value representing the <b>Location</b> feature of the <b>Location And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.Status">
            <summary>
            Gets a value representing the <b>Status</b> feature of the <b>Location And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.MaximunValue">
            <summary>
            Gets a value representing the <b>Maximun Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.MinimunValue">
            <summary>
            Gets a value representing the <b>Minimun Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.Resolution">
            <summary>
            Gets a value representing the <b>Resolution</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.Tolerance">
            <summary>
            Gets a value representing the <b>Tolerance</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.Accuracy">
            <summary>
            Gets a value representing the <b>Accuracy</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.OemDefined">
            <summary>
            Gets a value representing the <b>Oem Defined</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType028.NominalValue">
            <summary>
            Gets a value representing the <b>Nominal Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType028.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType028.GetLocation(System.Byte)">
            <summary>
            Gets a string representing the location.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The location.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType028.GetStatus(System.Byte)">
            <summary>
            Gets a string representing the state of the test.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The state of the test.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType029">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Electrical Current Probe (Type 29) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType029.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType029"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.LocationAndStatus">
            <summary>
            Gets a value representing the <b>Location And Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.Location">
            <summary>
            Gets a value representing the <b>Location</b> feature of the <b>Location And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.Status">
            <summary>
            Gets a value representing the <b>Status</b> feature of the <b>Location And Status</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.MaximunValue">
            <summary>
            Gets a value representing the <b>Maximun Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.MinimunValue">
            <summary>
            Gets a value representing the <b>Minimun Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.Resolution">
            <summary>
            Gets a value representing the <b>Resolution</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.Tolerance">
            <summary>
            Gets a value representing the <b>Tolerance</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.Accuracy">
            <summary>
            Gets a value representing the <b>Accuracy</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.OemDefined">
            <summary>
            Gets a value representing the <b>Oem Defined</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType029.NominalValue">
            <summary>
            Gets a value representing the <b>Nominal Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType029.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType029.GetLocation(System.Byte)">
            <summary>
            Gets a string representing the location.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The location.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType029.GetStatus(System.Byte)">
            <summary>
            Gets a string representing the state of the test.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The state of the test.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType030">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Out-of-Band Remote Access (Type 30) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType030.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType030"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType030.ManufacturerName">
            <summary>
            Gets a value representing the <b>Manufacturer Name</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType030.Connections">
            <summary>
            Gets a value representing the <b>Connections</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType030.InBoundConnection">
            <summary>
            Gets a value representing the <b>InBound Connection</b> feature of the <b>Connections</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType030.OutBoundConnection">
            <summary>
            Gets a value representing the <b>OutBound Connection</b> feature of the <b>Connections</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType030.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType031">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Boot Integrity Services (BIS) Entry Point (Type 31) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType031.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType031"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType031.Checksum">
            <summary>
            Gets a value representing the <b>Checksum</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType031.BisEntryPointAddress16">
            <summary>
            Gets a value representing the <b>Bis Entry Point Address 16</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType031.BisEntryPointAddress32">
            <summary>
            Gets a value representing the <b>Bis Entry Point Address 32</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType031.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType032">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Boot Information (Type 32) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType032.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType032"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType032.BootStatus">
            <summary>
            Gets a value representing the <b>Boot Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType032.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType033">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the 64-Bit Memory Error Information (Type 33) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType033.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType033"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.ErrorType">
            <summary>
            Gets a value representing the <b>Error Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.ErrorGranularity">
            <summary>
            Gets a value representing the <b>Error Granularity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.ErrorOperation">
            <summary>
            Gets a value representing the <b>Error Operation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.CrcData">
            <summary>
            Gets a value representing the <b>Crc Data</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.MemoryArrayErrorAddress">
            <summary>
            Gets a value representing the <b>Memory Array Error Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.DeviceErrorAddress">
            <summary>
            Gets a value representing the <b>Device Error Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType033.ErrorResolution">
            <summary>
            Gets a value representing the <b>Error Resolution</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType033.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType033.GetErrorType(System.Byte)">
            <summary>
            Gets a string representing the type of error.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Error type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType033.GetErrorGranularity(System.Byte)">
            <summary>
            Gets a string indicating 'Granularity'.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Indicates the 'Granularity'.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType033.GetErrorOperation(System.Byte)">
            <summary>
            Gets a string indicating which memory operation generated the error.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The operation generated the error.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType034">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Management Device (Type 34) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType034.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType034"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType034.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType034.Type">
            <summary>
            Gets a value representing the <b>Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType034.Address">
            <summary>
            Gets a value representing the <b>Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType034.AddressType">
            <summary>
            Gets a value representing the <b>Address Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType034.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType034.GetDeviceAddressType(System.Byte)">
            <summary>
            Gets a string that represents the type of address.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The type of address.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType034.GetDeviceType(System.Byte)">
            <summary>
            Gets a string representing the device type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The device type.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType035">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Management Device Component (Type 35) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType035.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType035"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType035.Description">
            <summary>
            Gets a value representing the <b>Description</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType035.ManagementDeviceHandle">
            <summary>
            Gets a value representing the <b>Management Device Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType035.ComponentHandle">
            <summary>
            Gets a value representing the <b>Component Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType035.ThresholdHandle">
            <summary>
            Gets a value representing the <b>Threshold Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType035.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType036">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Management Device Threshold Data (Type 36) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType036.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType036"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType036.LowerNonCritical">
            <summary>
            Gets a value representing the <b>Lower Non Critical</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType036.UpperNonCritical">
            <summary>
            Gets a value representing the <b>Upper Non Critical</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType036.LowerCritical">
            <summary>
            Gets a value representing the <b>Lower Critical</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType036.UpperCritical">
            <summary>
            Gets a value representing the <b>Upper Critical</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType036.LowerNonRecoverable">
            <summary>
            Gets a value representing the <b>Lower Non Recoverable</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType036.UpperNonRecoverable">
            <summary>
            Gets a value representing the <b>Upper Non Recoverable</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType036.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType037">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Memory Channel (Type 37) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType037.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType037"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType037.ChannelType">
            <summary>
            Gets a value representing the <b>Channel Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType037.MaximunChannelLoad">
            <summary>
            Gets a value representing the <b>Maximun Channel Load</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType037.Count">
            <summary>
            Gets a value representing the <b>Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType037.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType037.GetChannelType(System.Byte)">
            <summary>
            Gets a string representing the channel type
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Channel type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType037.GetContainedElements(System.Byte[],System.Byte)">
            <summary>
            Gets the list of devices.
            </summary>
            <param name="rawValueArray">Raw information.</param>
            <param name="n">Number of items to be treated.</param>
            <returns>
            Item collection.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType038">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the IPMI Device Information (Type 38) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType038.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType038"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.InterfaceType">
            <summary>
            Gets a value representing the <b>Interface Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.SpecificationRevision">
            <summary>
            Gets a value representing the <b>Specification Revision</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.I2CSlaveAddress">
            <summary>
            Gets a value representing the <b>I2C Slave Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.NVStorageDeviceAddress">
            <summary>
            Gets a value representing the <b>NV Storage Device Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.BaseAddress">
            <summary>
            Gets a value representing the <b>Base Address</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.BaseAddressModifier">
            <summary>
            Gets a value representing the <b>Base Address Modifier</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.TriggerMode">
            <summary>
            Gets a value representing the <b>Trigger Mode</b> feature of the <b>Base Address Modifier</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.Polarity">
            <summary>
            Gets a value representing the <b>Polarity</b> feature of the <b>Base Address Modifier</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.SpecifiedInfo">
            <summary>
            Gets a value representing the <b>Specified Info</b> feature of the <b>Base Address Modifier</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.LsBit">
            <summary>
            Gets a value representing the <b>LsBit</b> feature of the <b>Base Address Modifier</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.RegisterSpacing">
            <summary>
            Gets a value representing the <b>Register Spacing</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType038.InterruptNumber">
            <summary>
            Gets a value representing the <b>Interrup tNumber</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType038.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType038.GetInterfaceType(System.Byte)">
            <summary>
            Gets a string representing interface type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The interface type.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType038.GetRegisterSpacing(System.Byte)">
            <summary>
            Gets a string representing record type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The record type.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType039">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the System Power Supply (Type 39) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType039.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType039"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.IsRedundant">
            <summary>
            Gets a value representing the <b>Is Redundant</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.Location">
            <summary>
            Gets a value representing the <b>Location</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.DeviceName">
            <summary>
            Gets a value representing the <b>Device Name</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.Manufacturer">
            <summary>
            Gets a value representing the <b>Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.SerialNumber">
            <summary>
            Gets a value representing the <b>Serial Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.AssetTagNumber">
            <summary>
            Gets a value representing the <b>Asset Tag Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.ModelPartNumber">
            <summary>
            Gets a value representing the <b>Model Part Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.RevisionLevel">
            <summary>
            Gets a value representing the <b>Revision Level</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.MaxPowerCapacity">
            <summary>
            Gets a value representing the <b>Max Power Capacity</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.Characteristics">
            <summary>
            Gets a value representing the <b>Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.IsHotReplaceable">
            <summary>
            Gets a value representing the <b>Is Hot Replaceable</b> feature of the <b>Characteristics</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.IsPresent">
            <summary>
            Gets a value representing the <b>Is Present</b> feature of the <b>Characteristics</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.IsPlugged">
            <summary>
            Gets a value representing the <b>Is Plugged</b> feature of the <b>Characteristics</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.InputVoltageRange">
            <summary>
            Gets a value representing the <b>Input Voltage Range</b> feature of the <b>Characteristics</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.Status">
            <summary>
            Gets a value representing the <b>Status</b> feature of the <b>Characteristics</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.SupplyType">
            <summary>
            Gets a value representing the <b>Supply Type</b> feature of the <b>Characteristics</b> field
            </summary>
            <value>
            Feature value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.InputVoltageProbeHandle">
            <summary>
            Gets a value representing the <b>Input Voltage Probe Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.CoolingDeviceHandle">
            <summary>
            Gets a value representing the <b>Cooling Device Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType039.InputCurrentProbeHandle">
            <summary>
            Gets a value representing the <b>Input Current Probe Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType039.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType039.GetInputVoltageRange(System.Byte)">
            <summary>
            Gets a string representing the mode of use of the power supply.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The mode of use of the power supply.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType039.GetStatus(System.Byte)">
            <summary>
            Gets a string representing the state of the power supply.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The state of the power supply.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType039.GetSupplyType(System.Byte)">
            <summary>
            Gets a string representing the type of power supply.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The type of power supply.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType040">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Additional Information (Type 40) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType040.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType040"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType040.Count">
            <summary>
            Gets a value representing the <b>Count</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType040.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType040.GetContainedElements(System.Byte[],System.Byte)">
            <summary>
            Gets the list of additional entries.
            </summary>
            <param name="rawValueArray">Raw information.</param>
            <param name="n">Number of items to be treated.</param>
            <returns>
            Item collection.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType041">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Onboard Devices Extended Information (Type 41) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType041.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType041"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.ReferenceDesignation">
            <summary>
            Gets a value representing the <b>Reference Designation</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.DeviceStatus">
            <summary>
            Gets a value representing the <b>Device Status</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.DeviceType">
            <summary>
            Gets a value representing the <b>Device Type</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.DeviceTypeInstance">
            <summary>
            Gets a value representing the <b>Device Type Instance</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.SegmentGroupNumber">
            <summary>
            Gets a value representing the <b>Segment Group Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.BusNumber">
            <summary>
            Gets a value representing the <b>Bus Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.DeviceFunction">
            <summary>
            Gets a value representing the <b>Device Function</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType041.DeviceNumber">
            <summary>
            Gets a value representing the <b>Device Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType041.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType041.GetDeviceType(System.Byte)">
            <summary>
            Gets a string representing the device type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The device type..
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType042">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Management Controller Host Interface (Type 42) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType042.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType042"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType042.InterfaceType">
            <summary>
            Gets a value representing the '<b>Interface Type</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType042.InterfaceTypeSpecificDataLenght">
            <summary>
            Gets a value representing the '<b>Interface Type Specific Data Lenght</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType042.InterfaceTypeSpecificData">
            <summary>
            Gets a value representing the '<b>Interface Type Specific Data</b>' field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType042.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType042.GetProtocolRecords">
            <summary>
            Returns a protocol records collection.
            </summary>
            <returns>
            Protocol records collection
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType042.GetInterfaceType(System.Byte)">
            <summary>
            Gets a string representing the type of interface.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The type of interface.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType043">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the TPM Device (Type 43) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType043.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType043"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.RawVendorId">
            <summary>
             Gets a value representing the <b>Vendor ID</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.MajorSpecVersion">
            <summary>
             Gets a value representing the <b>Major Spec Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.MinorSpecVersion">
            <summary>
             Gets a value representing the <b>Minor Spec Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.RawFirmwareVersion1">
            <summary>
             Gets a value representing the <b>Firmware Version 1</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.RawFirmwareVersion2">
            <summary>
            Gets a value representing the <b>Firmware Version 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.DescriptionVersion2">
            <summary>
             Gets a value representing the <b>Description Version 2</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.Characteristics">
            <summary>
            Gets a value representing the <b>Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType043.OemDefined">
            <summary>
            Gets a value representing the <b>OEM Defined</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType043.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType043.GetTpmCharacteristics(System.UInt64)">
            <summary>
            Gets a collection of <b>TPM</b> characteristics.
            </summary>
            <param name="target">Value to analyze</param>
            <returns>
            Collection of <b>TPM</b> characteristics.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType043.PopulatesVendorId(System.Collections.Generic.IEnumerable{System.Byte})">
            <summary>
            Returns a string that contains vendor id field.
            </summary>
            <param name="data">Vendor Id raw data</param>
            <returns>
            A <see cref="T:System.String"/> containing vendor id field.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType043.GetTpmCapabilityVendorId(System.Byte[])">
            <summary>
            Returns <b>TPM vendor information</b> from hexadecimal vendor data. For more info please see, <see cref="T:iTin.Hardware.Specification.Tpm.TpmCapabilityVendorId"/> class.
            </summary>
            <param name="data">target vendor id data</param>
            <returns>
            A <see cref="T:iTin.Hardware.Specification.Tpm.TpmCapabilityVendorId"/> thats contains vendor information.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType044">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Processor Additional Information (Type 44) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType044.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType044"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType044.Length">
            <summary>
             Gets a value representing the <b>Length</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType044.ReferencedHandle">
            <summary>
             Gets a value representing the <b>Referenced Handle</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType044.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType045">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Firmware Inventory Information (Type 45) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType045.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType045"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareComponentName">
            <summary>
            Gets a value representing the <b>Firmware Component Name</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareVersion">
            <summary>
            Gets a value representing the <b>Firmware Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareVersionFormat">
            <summary>
            Gets a value representing the <b>Firmware Version Format</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareId">
            <summary>
            Gets a value representing the <b>Firmware Id</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareIdFormat">
            <summary>
            Gets a value representing the <b>Firmware Id Format</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareReleaseDate">
            <summary>
            Gets a value representing the <b>Firmware Release Date</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareManufacturer">
            <summary>
            Gets a value representing the <b>Firmware Manufacturer</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.LowestSupportedFirmwareVersion">
            <summary>
            Gets a value representing the <b>Lowest Supported Firmware Version</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareImageSize">
            <summary>
            Gets a value representing the <b>Firmware Image Size</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareCharacteristics">
            <summary>
            Gets a value representing the <b>Firmware Characteristics</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.FirmwareState">
            <summary>
            Gets a value representing the <b>Firmware State</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType045.NumberOfAssociatedComponentsCount">
            <summary>
            Gets a value representing the <b>Number Of Associated Components (n)</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType045.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType045.GetFirmwareVersionFormat(System.Byte)">
            <summary>
            Gets a string representing the current firmware version format.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The current firmware version format.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType045.GetFirmwareIdFormat(System.Byte)">
            <summary>
            Gets a string representing the current firmware id format.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The current firmware id format.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType045.GetFirmwareCharacteristics(System.Int32)">
            <summary>
            Gets a string representing the current firmware Characteristics.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The current firmware Characteristics.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType045.GetFirmwareState(System.Byte)">
            <summary>
            Gets a string representing the current firmware state.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            The current firmware state.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType046">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the String Property (Type 46) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType046.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType046"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType046.PropertyValue">
            <summary>
            Gets a value representing the <b>Property Value</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType046.PropertyId">
            <summary>
            Gets a value representing the <b>Property Id</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SmbiosType046.ParentHandle">
            <summary>
            Gets a value representing the <b>Parent Handle</b> field.
            </summary>
            <value>
            Parent Handle.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType046.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType046.GetPropertyId(System.UInt16)">
            <summary>
            Gets a string representing the Property Id.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Property Id.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType126">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the Inactive (Type 126) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType126.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType126"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType126.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SmbiosType127">
            <summary>
            Specialization of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosBaseType"/> class that contains the logic to decode the End Of Table (Type 127) structure.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType127.#ctor(iTin.Hardware.Specification.Smbios.SmbiosStructureHeaderInfo,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType127"/> class by specifying the structure information and the <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.
            </summary>
            <param name="smbiosStructureHeaderInfo">Raw information of the current structure.</param>
            <param name="smbiosVersion">Current <see cref="T:iTin.Hardware.Specification.SMBIOS"/> version.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SmbiosType127.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType040"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.#ctor(System.Byte[])">
            <summary>
            Initialize a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry"/> class specifying the structure information.
            </summary>
            <param name="additionalInformationEntryArray">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.EntryLength">
            <summary>
            Gets a value that represents the <b>Entry Length</b> field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.ReferencedHandle">
            <summary>
            Gets a value that represents the '<b>Referenced Handle</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.ReferencedOffset">
            <summary>
            Gets a value that represents the '<b>Referenced Offset</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.StringValue">
            <summary>
            Gets a value that represents the '<b>String</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.Value">
            <summary>
            Gets a value that represents the '<b>Value</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the property <see cref="P:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.Value"/>.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection">
            <inheritdoc/>
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.AdditionalInformationEntry})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection"/>.
            </summary>
            <param name="entries">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection.ToString">
            <summary>
            Returns a class <see cref="T: System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available elements.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.BaseBoardContainedElementCollection">
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosStructure"/> available on a motherboard.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.BaseBoardContainedElementCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.SmbiosStructure})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.BaseBoardContainedElementCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.BaseBoardContainedElementCollection.ToString">
            <summary>
            Returns a class <see cref="T: System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref = "T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntryCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available items.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType">
            <summary>
            The <b>SmbiosBaseType</b> class provides functions to analyze the properties associated with a structure <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.#ctor">
            <summary>
            Initializes a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType"/> by specifying the raw data of a specific <b>SMBIOS</b> structure
            </summary>
            <param name="data">Raw data.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.ImplementedProperties">
            <summary>
            Returns a list of implemented properties for this smbios structure.
            </summary>
            <returns>
            A list of implemented properties for this structure.
            </returns>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.Properties">
            <summary>
            Gets the properties available for this structure.
            </summary>
            <value>
            Availables properties.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.SmbiosVersion">
            <summary>
            Gets the current version of <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </summary>
            <value>
            Value representing the current version of <see cref="T:iTin.Hardware.Specification.SMBIOS"/>.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetPropertyValue(iTin.Core.Hardware.Common.IPropertyKey)">
            <summary>
            Returns the value of specified property. Always returns the first appearance of the property. If it does not exist, returns <b>null</b> (<b>Nothing</b> in visual basic).
            </summary>
            <param name="propertyKey">Key to the property to obtain</param>
            <returns>
            Reference to the object that represents the value of the property. Always returns the first appearance of the property.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetPropertyValue``1(iTin.Core.Hardware.Common.IPropertyKey)">
            <summary>
            Returns the the strongly typed value of specified property. Always returns the first appearance of the property. If it does not exist, returns <b>null</b> (<b>Nothing</b> in visual basic).
            </summary>
            <param name="propertyKey">Key to the property to obtain</param>
            <returns>
            Reference to the object that represents the strongly typed value of the property. Always returns the first appearance of the property.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetByte(System.Byte)">
            <summary>
            Returns the stored value from the specified byte.
            </summary>
            <param name="target">target byte</param>
            <returns>
            The value stored in the indicated byte.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetBytes(System.Byte,System.Byte)">
            <summary>
            Returns the stored array from start with specified lenght.
            </summary>
            <param name="start">start byte</param>
            <param name="lenght">lenght</param>
            <returns>
            The array value stored.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetWord(System.Byte)">
            <summary>
            Returns the stored value from the specified byte.
            </summary>
            <param name="start">start byte</param>
            <returns>
            The value stored in the indicated byte.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetDoubleWord(System.Byte)">
            <summary>
            Returns the stored value from the specified byte.
            </summary>
            <param name="start">start byte</param>
            <returns>
            The value stored in the indicated byte.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.GetQuadrupleWord(System.Byte)">
            <summary>
            Returns the stored value from the specified byte.
            </summary>
            <param name="start">start byte</param>
            <returns>
            The value stored in the indicated byte.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.Parse(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <summary>
            Parse and populates the property collection for this structure.
            </summary>
            <param name="properties">Collection of properties of this structure.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SpecificSmbiosBaseType.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <summary>
            Populates the property collection for this structure.
            </summary>
            <param name="properties">Collection of properties of this structure.</param>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.ChassisContainedElement">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType003"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ChassisContainedElement.#ctor(System.Byte[])">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElement"/> specifying the structure information.
            </summary>
            <param name="chassisContainedElementsArray">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ChassisContainedElement.ItemType">
            <summary>
             Gets a value that represents the '<b>Type</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ChassisContainedElement.Max">
            <summary>
             Gets a value that represents the '<b>Contained Element Maximum</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ChassisContainedElement.Min">
            <summary>
             Gets a value that represents the '<b>Contained Element Minimun</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ChassisContainedElement.TypeSelect">
            <summary>
             Gets a value that represents the '<b>TypeSelect</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ChassisContainedElement.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the property <see cref="P:iTin.Hardware.Specification.Smbios.ChassisContainedElement.TypeSelect"/> and
            <see cref="P:iTin.Hardware.Specification.Smbios.ChassisContainedElement.ItemType"/>.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ChassisContainedElement.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ChassisContainedElement.GetBoardType(System.Byte)">
            <summary>
            Obtiene una cadena que permite identificar el tipo de placa base.
            </summary>
            <param name="code">Valor a analizar.</param>
            <returns>Tipo de placa base.</returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection">
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElement"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.ChassisContainedElement})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available elements.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementType">
            <summary>
            Defines the <b>SMBIOS</b> structures associated with the chassis.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.ChassisContainedElementType.BaseBoardEnumeration">
            <summary>
            SystemEnclosure structure
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.ChassisContainedElementType.SmbiosStructure">
            <summary>
            <b>SMBIOS</b> structure
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.MemoryDeviceBelongsToSet">
            <summary>
            Defines the membership of a memory device to a set with the same size and type.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceBelongsToSet.No">
            <summary>
            Not belong to a set
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceBelongsToSet.Unknown">
            <summary>
            Not known if it belongs to a set
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceBelongsToSet.Yes">
            <summary>
            Belongs to a set
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.MemoryDeviceMappedAddressInterleavedPosition">
            <summary>
            Defines the type of interpolation of a device.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceMappedAddressInterleavedPosition.NonInterleaved">
            <summary>
            Not interpolated
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceMappedAddressInterleavedPosition.FirstInterleavePosition">
            <summary>
            First interpolated position
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceMappedAddressInterleavedPosition.SecondInterleavePosition">
            <summary>
            Second interpolated position.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemoryDeviceMappedAddressInterleavedPosition.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.MemorySizeUnit">
            <summary>
            Defines the unit of measurement of the memory.
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemorySizeUnit.KB">
            <summary>
            Memory expressed in kilobytes
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemorySizeUnit.MB">
            <summary>
            Memory expressed in megabytes
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemorySizeUnit.GB">
            <summary>
            Memory expressed in gigabytes
            </summary>
        </member>
        <member name="F:iTin.Hardware.Specification.Smbios.MemorySizeUnit.Reserved">
            <summary>
            Undefined
            </summary>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.GroupAssociationElement">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType014"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.GroupAssociationElement.#ctor(System.Byte[])">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.GroupAssociationElement"/> specifying the information of the structure.
            </summary>
            <param name="groupAssociationElement">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.GroupAssociationElement.Handle">
            <summary>
             Gets a value that represents the '<b>Handle</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.GroupAssociationElement.ItemType">
            <summary>
             Gets a value that represents the '<b>ItemType</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.GroupAssociationElement.ToString">
            <summary>
            Returns a class <see cref="T: System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref = "T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the properties <see cref="P:iTin.Hardware.Specification.Smbios.GroupAssociationElement.ItemType"/>
            and <see cref="P:iTin.Hardware.Specification.Smbios.GroupAssociationElement.Handle"/>.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.GroupAssociationElement.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.GroupAssociationElementCollection">
            <summary>
            Represents a collection of <see cref="T:iTin.Hardware.Specification.Smbios.GroupAssociationElement"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.GroupAssociationElementCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.GroupAssociationElement})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.GroupAssociationElementCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.GroupAssociationElementCollection.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.GroupAssociationElementCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available items
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.IProcessorSpecificData">
            <summary>
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.IProcessorSpecificData.MajorRevision">
            <summary>
             Gets a value that represents the '<b>Major Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.IProcessorSpecificData.MinorRevision">
            <summary>
             Gets a value that represents the '<b>Minor Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData">
            <summary>
            This class represents a processor specific block of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType044"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> class specifying the structure information.
            </summary>
            <param name="processorSpecificInformationBlockData">Untreated information of the current structure.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> class.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.NotImplemented">
            <summary>
            Returns a new <see cref="T:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData"/> instance that indicates that it has not been implemented.
            </summary>
            <value>
            A new <see cref="T:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData"/> instance.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.Revision">
            <summary>
             Gets a value that represents the '<b>Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.BlockLength">
            <summary>
            Gets a value that represents the '<b>Block Length</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.Reserved">
            <summary>
             Gets a value that represents the '<b>Reserved</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.MachineVendorId">
            <summary>
             Gets a value that represents the '<b>Machine Vendor Id</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.Cpuid">
            <summary>
             Gets a value that represents the '<b>CPU ID</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.IsaExtensionsSupport">
            <summary>
             Gets a value that represents the '<b>ISA Extensions Support</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.MajorRevision">
            <summary>
             Gets a value that represents the '<b>Major Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.MinorRevision">
            <summary>
             Gets a value that represents the '<b>Minor Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.FPE">
            <summary>
             Gets a value that represents the '<b>FPE</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.SXE">
            <summary>
             Gets a value that represents the '<b>SXE</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.ASXE">
            <summary>
             Gets a value that represents the '<b>ASXE</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.BTE">
            <summary>
             Gets a value that represents the '<b>BTE</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.LoongArchProcessorSpecificData.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> class.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType042"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.#ctor(System.Byte[])">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord"/> specifying the structure information.
            </summary>
            <param name="protocolRecordDataArray">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.ProtocolType">
            <summary>
             Gets a value that represents the '<b>Protocol Type</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.ProtocolTypeSpecificDataLenght">
            <summary>
            Gets a value representing the <b>Protocol Type Specific Data Lenght</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.ProtocolTypeSpecificData">
            <summary>
            Gets a value representing the <b>Protocol Type Specific Data</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the property <see cref="P:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.ProtocolType"/>.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord.GetProtocolType(System.Byte)">
            <summary>
            Gets a string that allows you to identify the type of protocol.
            </summary>
            <param name="code">Target byte</param>
            <returns>
            Tipo de placa base.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecordsCollection">
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecordsCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecord})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecordsCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecordsCollection.ToString">
            <summary>
            Returns a class <see cref="T: System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.ManagementControllerHostInterfaceProtocolRecordsCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available elements.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.MemoryChannelElement">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType037"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryChannelElement.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.MemoryChannelElement"/> class specifying the structure information.
            </summary>
            <param name="memoryContainedElementsArray">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.MemoryChannelElement.Load">
            <summary>
             Gets a value that represents the '<b>Load</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.MemoryChannelElement.Handle">
            <summary>
             Gets a value that represents the '<b>Handle</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryChannelElement.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.MemoryChannelElement"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the property <see cref="P:iTin.Hardware.Specification.Smbios.MemoryChannelElement.Load"/> and <see cref="P:iTin.Hardware.Specification.Smbios.MemoryChannelElement.Handle"/>.
            </remarks>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryChannelElement.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.MemoryChannelElementCollection">
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.MemoryChannelElement"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryChannelElementCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.MemoryChannelElement})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.MemoryChannelElementCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryChannelElementCollection.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.MemoryChannelElementCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available items
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.MemoryControllerContainedElementCollection">
            <summary>
            Represents a collection of memory device identifiers.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryControllerContainedElementCollection.#ctor(System.Collections.Generic.IEnumerable{System.Int32})">
            <inheritdoc/>
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.MemoryControllerContainedElementCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.MemoryControllerContainedElementCollection.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.MemoryControllerContainedElementCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available items
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.PeerDevice">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.PeerDevice"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.PeerDevice.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.PeerDevice"/> class specifying the structure information.
            </summary>
            <param name="peerDeviceArray">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.PeerDevice.SegmentGroupNumber">
            <summary>
             Gets a value that represents the '<b>Segment Group Number</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.PeerDevice.BusNumber">
            <summary>
             Gets a value that represents the '<b>Bus Number</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.PeerDevice.DeviceFunctionNumber">
            <summary>
            Gets a value that represents the '<b>Device / Function Number</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.PeerDevice.Device">
            <summary>
            Gets a value representing the <b>Device</b> feature of the <b>Device/Function Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.PeerDevice.Function">
            <summary>
            Gets a value representing the <b>Function</b> feature of the <b>Device/Function Number</b> field.
            </summary>
            <value>
            Property value.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.PeerDevice.DataBusWidth">
            <summary>
            Gets a value that represents the '<b>Data Bus Width</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.PeerDevice.PopulateProperties(iTin.Hardware.Specification.Smbios.SmbiosPropertiesTable)">
            <inheritdoc/>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.PeerDevice.GetBusDeviceFunction(System.Byte,System.Byte,System.Byte)">
            <summary>
            Gets a string representing Bus / Device / Function of the slot.
            </summary>
            <param name="bus">Bus.</param>
            <param name="device">Device.</param>
            <param name="function">Función.</param>
            <returns>
            Bus/Device/Function slot information
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.PeerDevicesCollection">
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.PeerDevice"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.PeerDevicesCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.PeerDevice})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.PeerDevicesCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.PeerDevicesCollection.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.PeerDevicesCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available items.
            </remarks>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock">
            <summary>
            This class represents a processor specific block of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType044"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock"/> class specifying the structure information.
            </summary>
            <param name="processorSpecificInformationBlockData">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.BlockLenght">
            <summary>
             Gets a value that represents the '<b>Block Lenght</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.ProcessorTypeValue">
            <summary>
             Gets a value that represents the '<b>Processor Type</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.ProcessorSpecificData">
            <summary>
             Gets a value that represents the '<b>Processor Specific Data</b>' field. If not implemented this field return a <see cref="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.NotImplemented"/> instance.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.ProcessorType">
            <summary>
             Gets a value that represents the '<b>Processor Type</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock"/> class.
            </returns>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.ProcessorSpecificInformationBlock.GetProcessorType(System.Byte)">
            <summary>
            Gets a string that identifies the processor type.
            </summary>
            <param name="code">Value to analyze.</param>
            <returns>
            Processor type.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData">
            <summary>
            This class represents a processor specific block of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType044"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> class specifying the structure information.
            </summary>
            <param name="processorSpecificInformationBlockData">Untreated information of the current structure.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> class.
            </summary>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.NotImplemented">
            <summary>
            Returns a new <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> instance that indicates that it has not been implemented.
            </summary>
            <value>
            A new <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> instance.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.Revision">
            <summary>
             Gets a value that represents the '<b>Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.BootHart">
            <summary>
             Gets a value that represents the '<b>Boot Hart</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.MajorRevision">
            <summary>
             Gets a value that represents the '<b>Major Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.MinorRevision">
            <summary>
             Gets a value that represents the '<b>Minor Revision</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.RegisterWidth">
            <summary>
             Gets a value that represents the '<b>Register Width (XLEN)</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.MachineMode">
            <summary>
             Gets a value that represents the '<b>Machine Mode</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.SupervisorMode">
            <summary>
             Gets a value that represents the '<b>Supervisor Mode</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.UserMode">
            <summary>
             Gets a value that represents the '<b>User Mode</b>' field.
            </summary>
            <value>
            Value of the property.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.RiskVProcessorSpecificData"/> class.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement">
            <summary>
            This class represents an element of the structure <see cref="T:iTin.Hardware.Specification.Smbios.SmbiosType015"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement.#ctor(System.Byte[])">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement"/> specifying the structure information.
            </summary>
            <param name="data">Untreated information of the current structure.</param>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement.DescriptorFormat">
            <summary>
            Gets a value that represents the Descriptor Format.
            </summary>
            <value>
            Descriptor Format.
            </value>
        </member>
        <member name="P:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement.DescriptorType">
            <summary>
            Gets a value that represents the Descriptor Type.
            </summary>
            <value>
            Descriptor Type.
            </value>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current instance.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.AdditionalInformationEntry"/> class.
            </returns>
        </member>
        <member name="T:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorsCollection">
            <summary>
            Represents a collection of objects <see cref="T:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement"/>.
            </summary>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorsCollection.#ctor(System.Collections.Generic.IEnumerable{iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorElement})">
            <summary>
            Initialize a new instance of the class <see cref="T:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorsCollection"/>.
            </summary>
            <param name="elements">Item list.</param>
        </member>
        <member name="M:iTin.Hardware.Specification.Smbios.SupportedEventLogTypeDescriptorsCollection.ToString">
            <summary>
            Returns a class <see cref="T:System.String"/> that represents the current object.
            </summary>
            <returns>
            Object <see cref="T:System.String"/> that represents the current <see cref="T:iTin.Hardware.Specification.Smbios.ChassisContainedElementCollection"/> class.
            </returns>
            <remarks>
            This method returns a string that includes the number of available elements.
            </remarks>
        </member>
    </members>
</doc>