C# Class SteamDesktopAuth.CRegistry.StartUp

Start up class
Afficher le fichier Open project: Ezzpify/SteamAuthenticator

Méthodes publiques

Méthode Description
AddApp ( ) : void

Adds our application to startup

IsRegistered ( ) : bool

If our application is registered to start at startup

RemoveApp ( ) : void

Removes our application from startup

Method Details

AddApp() public static méthode

Adds our application to startup
public static AddApp ( ) : void
Résultat void

IsRegistered() public static méthode

If our application is registered to start at startup
public static IsRegistered ( ) : bool
Résultat bool

RemoveApp() public static méthode

Removes our application from startup
public static RemoveApp ( ) : void
Résultat void