This documentation is archived and is not being maintained.
PowerModes Enumeration
Visual Studio 2010
Defines identifiers for power mode events reported by the operating system.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Resume | The operating system is about to resume from a suspended state. | |
| StatusChange | A power mode status notification event has been raised by the operating system. This might indicate a weak or charging battery, a transition between AC power and battery, or another change in the status of the system power supply. | |
| Suspend | The operating system is about to be suspended. |
This enumeration defines identifiers that represent types of power mode changes or events. The values of this enumeration are used by a PowerModeChangedEventArgs to indicate the type of a PowerModeChanged event.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: