SystemInformation.BootMode : SystemInfo « Development Class « C# / C Sharp






SystemInformation.BootMode

 
using System;
using System.Drawing;
using System.Windows.Forms;
   
class MainClass{
     public static void Main()
     {
          Console.WriteLine(SystemInformation.BootMode);
     }
}

 








Related examples in the same category

1.SystemInformation.ArrangeDirection
2.SystemInformation.ArrangeStartingPosition
3.SystemInformation.Border3DSize
4.SystemInformation.BorderSize
5.SystemInformation.CaptionButtonSize
6.SystemInformation.CaptionHeight
7.SystemInformation.ComputerName
8.SystemInformation.CursorSize
9.SystemInformation.DbcsEnabled
10.SystemInformation.PrimaryMonitor
11.Print all System Information