API Reference
Class
BootOptionsQuery
Queries boot options via BCDEdit (local) or WMI (remote host).
Inheritance
- Object
- BootOptionsQuery
Methods
public static BootOptionsInfo Query(String computerName = null) #Returns:
BootOptionsInfoReturns boot options for the specified computer.
Parameters
- computerName System.String = null
- Hostname; null queries the local machine.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object