C# Class mCleaner.Helpers.RegistryHelper

Mostrar archivo Open project: MicroHealthLLC/mCleaner

Public Methods

Method Description
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

Method Details

DeleteEntries() public method

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

GetEntries() public method

public GetEntries ( string root, string subkey ) : IEnumerable
root string
subkey string
return IEnumerable

GetKeyParent() public method

public GetKeyParent ( string key ) : string
key string
return string

GetNameValues() public method

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

IsNameExists() public method

public IsNameExists ( string root, string subkey, string name ) : bool
root string
subkey string
name string
return bool

IsSubkeyExists() public method

public IsSubkeyExists ( string root, string subkey ) : bool
root string
subkey string
return bool

RegisterStartup() public method

public RegisterStartup ( bool create = true ) : void
create bool
return void

RegistryHelper() public method

public RegistryHelper ( ) : System
return System

ToRegistryRoot() public method

public ToRegistryRoot ( string path ) : RegistryKey
path string
return Microsoft.Win32.RegistryKey