C# Class AutoWakeUp.SystemActions

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
SystemShutdown ( ) : bool
SystemSleep ( ) : void
WaitThenDoStuff ( System.DateTime time, System.Action stuff ) : void

Method Details

SystemShutdown() public static méthode

public static SystemShutdown ( ) : bool
Résultat bool

SystemSleep() public static méthode

public static SystemSleep ( ) : void
Résultat void

WaitThenDoStuff() public static méthode

public static WaitThenDoStuff ( System.DateTime time, System.Action stuff ) : void
time System.DateTime
stuff System.Action
Résultat void