SystemInformation.BootMode : SystemInfo « Development Class « C# / C Sharp
- C# / C Sharp
- Development Class
- SystemInfo
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