csharp
public enum PowerSourceWhere the machine's power is coming from.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
UnknownThe platform does not say.
MainsMains, or a device with no battery at all.
BatteryBattery, and discharging.
ChargingBattery, and charging.
Used by (10)
- DesktopPowerInfoVixen.Platform.Desktop
- HeadlessLifecycleTestsVixen.Platform.Headless.Tests
- HeadlessPowerInfoVixen.Platform.Headless
- IPowerInfoVixen.Platform
- LinuxPowerInfoVixen.Platform.Linux
- MacOSPowerInfoVixen.Platform.MacOS
- MacOSSupplementTestsVixen.Platform.MacOS.Tests
- NothingPowerInfoVixen.Platform.Desktop.Tests
- NothingPowerInfoVixen.Platform.MacOS.Tests
- WindowsPowerInfoVixen.Platform.Windows