C# Class TestIntelReporter.Settings

Manages the storage of program settings in the registry.
显示文件 Open project: EtherealWake/test-intel Class Usage Examples

Public Methods

Method Description
Save ( ) : bool

Saves the settings back into the registry.

Settings ( ) : System

Initializes a new instance of the Settings class.

Attempts to read out the values of keys already in the registry.

Method Details

Save() public method

Saves the settings back into the registry.
public Save ( ) : bool
return bool

Settings() public method

Initializes a new instance of the Settings class.
Attempts to read out the values of keys already in the registry.
public Settings ( ) : System
return System