TestimoX

API Reference

Class

BootOptionsQuery

Namespace ComputerX.Boot
Assembly ComputerX
Modifiers static
Attributes
SupportedOSPlatform("windows")

Queries boot options via BCDEdit (local) or WMI (remote host).

Inheritance

  • Object
  • BootOptionsQuery

Methods

public static BootOptionsInfo Query(String computerName = null) #
Returns: BootOptionsInfo

Returns boot options for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Hostname; null queries the local machine.