C# Class TrueLib.Configuration

ファイルを表示 Open project: nefarius/TrueMount-3

Public Methods

Method Description
Configuration ( ) : System
Save ( ) : void

Saves the current configuration.

SetAutoStart ( ) : void

Add to windows autostart.

UnSetAutoStart ( ) : void

Remove from windows autostart.

Method Details

Configuration() public method

public Configuration ( ) : System
return System

Save() public method

Saves the current configuration.
public Save ( ) : void
return void

SetAutoStart() public method

Add to windows autostart.
public SetAutoStart ( ) : void
return void

UnSetAutoStart() public method

Remove from windows autostart.
public UnSetAutoStart ( ) : void
return void