C# Class DfBAdminToolkit.Common.Utils.RegistryUtils

Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool

Méthodes publiques

Méthode Description
CreateKey ( string registryEntry ) : RegistryKey
FindKey ( string lookupKey ) : RegistryKey
GetKeyValue ( RegistryKey key, string keyParam ) : string
SetKeyValue ( RegistryKey key, string keyParam, string valueParam ) : void

Method Details

CreateKey() public static méthode

public static CreateKey ( string registryEntry ) : RegistryKey
registryEntry string
Résultat Microsoft.Win32.RegistryKey

FindKey() public static méthode

public static FindKey ( string lookupKey ) : RegistryKey
lookupKey string
Résultat Microsoft.Win32.RegistryKey

GetKeyValue() public static méthode

public static GetKeyValue ( RegistryKey key, string keyParam ) : string
key Microsoft.Win32.RegistryKey
keyParam string
Résultat string

SetKeyValue() public static méthode

public static SetKeyValue ( RegistryKey key, string keyParam, string valueParam ) : void
key Microsoft.Win32.RegistryKey
keyParam string
valueParam string
Résultat void