C# 클래스 TrueLib.Configuration

파일 보기 프로젝트 열기: nefarius/TrueMount-3

공개 메소드들

메소드 설명
Configuration ( ) : System
Save ( ) : void

Saves the current configuration.

SetAutoStart ( ) : void

Add to windows autostart.

UnSetAutoStart ( ) : void

Remove from windows autostart.

메소드 상세

Configuration() 공개 메소드

public Configuration ( ) : System
리턴 System

Save() 공개 메소드

Saves the current configuration.
public Save ( ) : void
리턴 void

SetAutoStart() 공개 메소드

Add to windows autostart.
public SetAutoStart ( ) : void
리턴 void

UnSetAutoStart() 공개 메소드

Remove from windows autostart.
public UnSetAutoStart ( ) : void
리턴 void