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 BySystemInformation.BootMode |