Class Power
Power class. Used to reboot and shutdown the PC.
Inheritance
System.Object
Power
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public class Power : object
Methods
| Improve this Doc View SourceACPIReboot()
Reboot using ACPI.
Declaration
public static void ACPIReboot()
ACPIShutdown()
Shutdown the ACPI.
Declaration
public static void ACPIShutdown()
CPUReboot()
Reboot the CPU.
Declaration
public static void CPUReboot()