C# Класс SteamDesktopAuth.CRegistry.StartUp

Start up class
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddApp() публичный статический Метод

Adds our application to startup
public static AddApp ( ) : void
Результат void

IsRegistered() публичный статический Метод

If our application is registered to start at startup
public static IsRegistered ( ) : bool
Результат bool

RemoveApp() публичный статический Метод

Removes our application from startup
public static RemoveApp ( ) : void
Результат void