C# Класс SharpOS.Kernel.ADC.X86.BootControl

Contains all system power functionality
Change the name to reflect something more than just booting? (after all, sleeping/resuming etc. fit well together with the rest of the functions)
Показать файл Открыть проект

Открытые методы

Метод Описание
Freeze ( ) : void

Freezes the system. Usually used after a crash to display information after which the user can turn of the machine.

PowerOff ( ) : void

Powers down the system.

Reboot ( ) : void

Reboot the system. We can reset the system, oddly enough, through the keyboard IO port

Sleep ( ) : void

Puts the system into sleep mode.

Описание методов

Freeze() публичный статический Метод

Freezes the system. Usually used after a crash to display information after which the user can turn of the machine.
public static Freeze ( ) : void
Результат void

PowerOff() публичный статический Метод

Powers down the system.
public static PowerOff ( ) : void
Результат void

Reboot() публичный статический Метод

Reboot the system. We can reset the system, oddly enough, through the keyboard IO port
public static Reboot ( ) : void
Результат void

Sleep() публичный статический Метод

Puts the system into sleep mode.
public static Sleep ( ) : void
Результат void