C# 클래스 mCleaner.Helpers.RegistryHelper

파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner

공개 메소드들

메소드 설명
DeleteEntries ( string root, string subkey, string name = "" ) : void
GetEntries ( string root, string subkey ) : IEnumerable
GetKeyParent ( string key ) : string
GetNameValues ( string root, string subkey ) : string>.Dictionary
IsNameExists ( string root, string subkey, string name ) : bool
IsSubkeyExists ( string root, string subkey ) : bool
RegisterStartup ( bool create = true ) : void
RegistryHelper ( ) : System
ToRegistryRoot ( string path ) : RegistryKey

메소드 상세

DeleteEntries() 공개 메소드

public DeleteEntries ( string root, string subkey, string name = "" ) : void
root string
subkey string
name string
리턴 void

GetEntries() 공개 메소드

public GetEntries ( string root, string subkey ) : IEnumerable
root string
subkey string
리턴 IEnumerable

GetKeyParent() 공개 메소드

public GetKeyParent ( string key ) : string
key string
리턴 string

GetNameValues() 공개 메소드

public GetNameValues ( string root, string subkey ) : string>.Dictionary
root string
subkey string
리턴 string>.Dictionary

IsNameExists() 공개 메소드

public IsNameExists ( string root, string subkey, string name ) : bool
root string
subkey string
name string
리턴 bool

IsSubkeyExists() 공개 메소드

public IsSubkeyExists ( string root, string subkey ) : bool
root string
subkey string
리턴 bool

RegisterStartup() 공개 메소드

public RegisterStartup ( bool create = true ) : void
create bool
리턴 void

RegistryHelper() 공개 메소드

public RegistryHelper ( ) : System
리턴 System

ToRegistryRoot() 공개 메소드

public ToRegistryRoot ( string path ) : RegistryKey
path string
리턴 Microsoft.Win32.RegistryKey