Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / OSBootMode Enumeration

In This Topic
    OSBootMode Enumeration
    In This Topic
    Operating System Boot Mode
    Syntax
    'Declaration
     
    
    Public Enum OSBootMode 
       Inherits System.Enum
    public enum OSBootMode : System.Enum 
    Members
    MemberValueDescription
    FailSafe1Failsafe Boot Mode
    FailSafeWithNetwork2Failsafe With Network Boot Mode
    Normal0Normal Boot Mode
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Extensibility.Data.OSBootMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also