.NET Windows Forms in a Nutshell
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 Returned By
SystemInformation.BootMode |