C# 클래스 SteamDesktopAuth.CRegistry.StartUp

Start up class
파일 보기 프로젝트 열기: Ezzpify/SteamAuthenticator

공개 메소드들

메소드 설명
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