System.Windows.Forms (system.windows.forms.dll) | enum |
This enumeration represents the different modes in which a system can
have been started. It is returned by the BootMode
property of the SystemInformation class.
public enum BootMode {
Normal = 0,
FailSafe = 1,
FailSafeWithNetwork = 2
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible) BootMode
Returned By
SystemInformation.BootMode
|