标签: c#
在c#中获取电池充电状态/状态的最简单方法是什么?我不是在寻找%我只是想找一个非常简单的方法来判断电池是否正在充电。
答案 0 :(得分:2)
您没有指定是否使用WinForms或WPF。但这是我能想到的最简单的方法:SystemInformation.PowerStatus.BatteryChargeStatus
SystemInformation.PowerStatus.BatteryChargeStatus
SystemInformation中有很多有用的系统信息。它要求您将导入添加到System.Windows.Forms.SystemInformation
System.Windows.Forms.SystemInformation