C# Class TestIntelReporter.Settings

Manages the storage of program settings in the registry.
Afficher le fichier Open project: EtherealWake/test-intel Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Saves the settings back into the registry.
public Save ( ) : bool
Résultat bool

Settings() public méthode

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