Class ACPI
ACPI (Advanced Configuration and Power Interface) class.
Inheritance
System.Object
ACPI
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public class ACPI : object
Fields
| Improve this Doc View SourcemDebugger
Debugger instance at the System ring, of the Global section.
Declaration
public static readonly Debugger mDebugger
Field Value
Type | Description |
---|---|
Debugger |
Methods
| Improve this Doc View SourceDisable()
Disable ACPI.
Declaration
public static void Disable()
Enable()
Enable ACPI.
Declaration
public static void Enable()
Reboot()
Reboot ACPI. Not implemented.
Declaration
public static void Reboot()
Shutdown()
Shutdown the ACPI.
Declaration
public static void Shutdown()
Start(Boolean, Boolean)
Start the ACPI.
Declaration
public static void Start(bool initialize = true, bool enable = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | initialize | Initialize the ACPI. (default = true) |
System.Boolean | enable | Enable the ACPI. (default = true) |