C# 클래스 BlackHole.Slave.Helper.RegistryHelper

파일 보기 프로젝트 열기: hussein-aitlahcen/BlackHole

공개 메소드들

메소드 설명
AddRegistryKeyValue ( RegistryHive hive, string path, string name, string value, bool addQuotes = false ) : bool
DeleteRegistryKeyValue ( RegistryHive hive, string path, string name ) : bool
GetFormattedKeyValues ( this key ) : IEnumerable
GetValueSafe ( this key, string keyName, string defaultValue = "" ) : string
OpenReadonlySubKey ( RegistryHive hive, string path, bool>.Func onSuccess ) : bool
OpenReadonlySubKeySafe ( this key, string name, bool>.Func onSuccess ) : bool
OpenWritableSubKeySafe ( this key, string name, bool>.Func onSuccess ) : bool

비공개 메소드들

메소드 설명
IsNameOrValueNull ( this keyName, RegistryKey key ) : bool

메소드 상세

AddRegistryKeyValue() 공개 정적인 메소드

public static AddRegistryKeyValue ( RegistryHive hive, string path, string name, string value, bool addQuotes = false ) : bool
hive RegistryHive
path string
name string
value string
addQuotes bool
리턴 bool

DeleteRegistryKeyValue() 공개 정적인 메소드

public static DeleteRegistryKeyValue ( RegistryHive hive, string path, string name ) : bool
hive RegistryHive
path string
name string
리턴 bool

GetFormattedKeyValues() 공개 정적인 메소드

public static GetFormattedKeyValues ( this key ) : IEnumerable
key this
리턴 IEnumerable

GetValueSafe() 공개 정적인 메소드

public static GetValueSafe ( this key, string keyName, string defaultValue = "" ) : string
key this
keyName string
defaultValue string
리턴 string

OpenReadonlySubKey() 공개 정적인 메소드

public static OpenReadonlySubKey ( RegistryHive hive, string path, bool>.Func onSuccess ) : bool
hive RegistryHive
path string
onSuccess bool>.Func
리턴 bool

OpenReadonlySubKeySafe() 공개 정적인 메소드

public static OpenReadonlySubKeySafe ( this key, string name, bool>.Func onSuccess ) : bool
key this
name string
onSuccess bool>.Func
리턴 bool

OpenWritableSubKeySafe() 공개 정적인 메소드

public static OpenWritableSubKeySafe ( this key, string name, bool>.Func onSuccess ) : bool
key this
name string
onSuccess bool>.Func
리턴 bool