C# Class SteamDesktopAuth.CRegistry.StartUp

Start up class
ファイルを表示 Open project: Ezzpify/SteamAuthenticator

Public Methods

Method 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 method

Adds our application to startup
public static AddApp ( ) : void
return void

IsRegistered() public static method

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

RemoveApp() public static method

Removes our application from startup
public static RemoveApp ( ) : void
return void