API Reference
Class
BootOptionsInfo
Stores boot configuration options.
Inheritance
- Object
- BootOptionsInfo
Constructors
public BootOptionsInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.