TestimoX

API Reference

Class

BootOptionsInfo

Namespace ComputerX.Boot
Assembly ComputerX

Stores boot configuration options.

Inheritance

  • Object
  • BootOptionsInfo

Constructors

public BootOptionsInfo() #

Properties

public String ComputerName { get; set; } #

Computer name these options were collected for.

public Boolean TestSigning { get; set; } #

Whether test signing is enabled (bcdedit testsigning).

public Boolean Debug { get; set; } #

Whether kernel debugging is enabled (bcdedit debug).

public Boolean NoIntegrityChecks { get; set; } #

Whether driver signature integrity checks are disabled.

public Boolean BootLog { get; set; } #

Whether boot logging is enabled.