C# Класс TestIntelReporter.Settings

Manages the storage of program settings in the registry.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Save() публичный Метод

Saves the settings back into the registry.
public Save ( ) : bool
Результат bool

Settings() публичный Метод

Initializes a new instance of the Settings class.
Attempts to read out the values of keys already in the registry.
public Settings ( ) : System
Результат System