This documentation is archived and is not being maintained.
BootMode Enumeration
.NET Framework 1.1
Specifies the mode the computer was started in.
[Visual Basic] <Serializable> Public Enum BootMode [C#] [Serializable] public enum BootMode [C++] [Serializable] __value public enum BootMode [JScript] public Serializable enum BootMode
Remarks
This enumeration is used by the BootMode property in the SystemInformation class.
FailSafe is also called safe mode.
Members
| Member name | Description |
|---|---|
| FailSafe | The computer was started by using only the basic files and drivers. |
| FailSafeWithNetwork | The computer was started by using the basic files, drivers, and services necessary to start networking. |
| Normal | The computer was started in standard mode. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: