C# Class SmartConfig.DataStores.Registry.RegistryStore

Inheritance: DataStore
Datei anzeigen Open project: he-dev/SmartConfig

Public Methods

Method Description
CreateForClassesRoot ( string subRegistryKey ) : RegistryStore
CreateForCurrentConfig ( string subRegistryKey ) : RegistryStore
CreateForCurrentUser ( string subRegistryKey ) : RegistryStore
CreateForLocalMachine ( string subRegistryKey ) : RegistryStore
CreateForUsers ( string subRegistryKey ) : RegistryStore
GetSettings ( Setting setting ) : IEnumerable
RegistryStore ( RegistryKey baseKey, string subKey ) : System
SaveSettings ( IEnumerable settings ) : int

Method Details

CreateForClassesRoot() public static method

public static CreateForClassesRoot ( string subRegistryKey ) : RegistryStore
subRegistryKey string
return RegistryStore

CreateForCurrentConfig() public static method

public static CreateForCurrentConfig ( string subRegistryKey ) : RegistryStore
subRegistryKey string
return RegistryStore

CreateForCurrentUser() public static method

public static CreateForCurrentUser ( string subRegistryKey ) : RegistryStore
subRegistryKey string
return RegistryStore

CreateForLocalMachine() public static method

public static CreateForLocalMachine ( string subRegistryKey ) : RegistryStore
subRegistryKey string
return RegistryStore

CreateForUsers() public static method

public static CreateForUsers ( string subRegistryKey ) : RegistryStore
subRegistryKey string
return RegistryStore

GetSettings() public method

public GetSettings ( Setting setting ) : IEnumerable
setting SmartConfig.Data.Setting
return IEnumerable

RegistryStore() public method

public RegistryStore ( RegistryKey baseKey, string subKey ) : System
baseKey Microsoft.Win32.RegistryKey
subKey string
return System

SaveSettings() public method

public SaveSettings ( IEnumerable settings ) : int
settings IEnumerable
return int