Exemplo n.º 1
0
 public void DeleteHibernationFile()
 => PowerState.DeleteHibernationFile();
Exemplo n.º 2
0
 public void Standby()
 => PowerState.Standby();
Exemplo n.º 3
0
 public void ReserveHibernationFile()
 => PowerState.ReserveHibernationFile();
Exemplo n.º 4
0
 public void Hibernate()
 => PowerState.Hibernate();
Exemplo n.º 5
0
 public string GetLastSleepTime()
 => PowerState.GetLastSleepTime();
Exemplo n.º 6
0
 public string GetLastWakeTime()
 => PowerState.GetLastWakeTime();
Exemplo n.º 7
0
 public string GetBatteryState()
 => PowerState.GetBatteryState();
Exemplo n.º 8
0
 public string GetPowerInformation()
 => PowerState.GetPowerInformation();