TestimoX

API Reference

Enum

PlatformFirmwareType

Namespace ComputerX.PlatformSecurity
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Firmware mode reported by Windows for the running system.

Inheritance

  • Enum
  • PlatformFirmwareType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PlatformFirmwareType Unknown #

Firmware type is not known.

Value: 0
public const PlatformFirmwareType Bios #

Legacy BIOS firmware mode.

Value: 1
public const PlatformFirmwareType Uefi #

UEFI firmware mode.

Value: 2