Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
Inxi.NET - Manual
Inxi.NET - Manual
  • 👋Welcome!
  • Usage
    • 🖥️How to use
    • ⚒️How it works
  • Parsers
    • 📀BIOS
    • 🔋Battery
    • 🖼️Graphics
    • 🗃️Hard Drive
      • 🍕Drive partitions
    • 💻Machine
    • 🌍Network
    • 📄PC Memory
    • 🧠Processor
    • 🎷Sound
    • 🖥️System
  • 🧱Project Dependencies
  • Report an issue
  • Source code
  • Our projects
  • API Reference
Powered by GitBook
On this page
  1. Parsers

BIOS

Basic Input/Output System (BIOS)

This lists information about BIOS that is parsed by Inxi. You can use the below properties to learn more about its information.

Module name according to each operating system:

OS
Module name

Linux

001#Machine

Windows

Win32_BIOS

macOS

N/A

You can call the module as follows:

HardwareInfo.BIOS.<property>

which <property> is:

Property
Type
Description

BIOS

String

BIOS name

Date

String

BIOS release date

Version

String

BIOS version

Compatibility info:

  • BIOS information is not implemented in macOS.

Last updated 1 year ago

📀