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)
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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