C# Class mCleaner.Helpers.RegistryHelper

Afficher le fichier Open project: MicroHealthLLC/mCleaner

Méthodes publiques

Méthode 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 méthode

public DeleteEntries ( string root, string subkey, string name = "" ) : void
root string
subkey string
name string
Résultat void

GetEntries() public méthode

public GetEntries ( string root, string subkey ) : IEnumerable
root string
subkey string
Résultat IEnumerable

GetKeyParent() public méthode

public GetKeyParent ( string key ) : string
key string
Résultat string

GetNameValues() public méthode

public GetNameValues ( string root, string subkey ) : string>.Dictionary
root string
subkey string
Résultat string>.Dictionary

IsNameExists() public méthode

public IsNameExists ( string root, string subkey, string name ) : bool
root string
subkey string
name string
Résultat bool

IsSubkeyExists() public méthode

public IsSubkeyExists ( string root, string subkey ) : bool
root string
subkey string
Résultat bool

RegisterStartup() public méthode

public RegisterStartup ( bool create = true ) : void
create bool
Résultat void

RegistryHelper() public méthode

public RegistryHelper ( ) : System
Résultat System

ToRegistryRoot() public méthode

public ToRegistryRoot ( string path ) : RegistryKey
path string
Résultat Microsoft.Win32.RegistryKey