C# 클래스 SmartConfig.DataStores.Registry.RegistryStore

상속: DataStore
파일 보기 프로젝트 열기: he-dev/SmartConfig

공개 메소드들

메소드 설명
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

메소드 상세

CreateForClassesRoot() 공개 정적인 메소드

public static CreateForClassesRoot ( string subRegistryKey ) : RegistryStore
subRegistryKey string
리턴 RegistryStore

CreateForCurrentConfig() 공개 정적인 메소드

public static CreateForCurrentConfig ( string subRegistryKey ) : RegistryStore
subRegistryKey string
리턴 RegistryStore

CreateForCurrentUser() 공개 정적인 메소드

public static CreateForCurrentUser ( string subRegistryKey ) : RegistryStore
subRegistryKey string
리턴 RegistryStore

CreateForLocalMachine() 공개 정적인 메소드

public static CreateForLocalMachine ( string subRegistryKey ) : RegistryStore
subRegistryKey string
리턴 RegistryStore

CreateForUsers() 공개 정적인 메소드

public static CreateForUsers ( string subRegistryKey ) : RegistryStore
subRegistryKey string
리턴 RegistryStore

GetSettings() 공개 메소드

public GetSettings ( Setting setting ) : IEnumerable
setting SmartConfig.Data.Setting
리턴 IEnumerable

RegistryStore() 공개 메소드

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

SaveSettings() 공개 메소드

public SaveSettings ( IEnumerable settings ) : int
settings IEnumerable
리턴 int