Mosa.Kernel.x86.Smbios.BiosInformationStructure.BiosInformationStructure C# (CSharp) Méthode

BiosInformationStructure() public méthode

public BiosInformationStructure ( ) : Mosa.Runtime.x86
Résultat Mosa.Runtime.x86
        public BiosInformationStructure()
            : base(SmbiosManager.GetStructureOfType(0x00))
        {
            biosVendor = GetStringFromIndex(Native.Get8(address + 0x04u));
            biosVersion = GetStringFromIndex(Native.Get8(address + 0x05u));
            biosDate = GetStringFromIndex(Native.Get8(address + 0x08u));
        }
BiosInformationStructure