Enum BiosFirmwareType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the firmware type. This is available on Windows 8, Windows Server 2012, and above.
public enum BiosFirmwareType
Fields
LegacyBios = 1
The firmware is a legacy BIOS.
Uefi = 2
The firmware is UEFI.
Unknown = 0
The firmware type is unknown.