C# Class DfBAdminToolkit.Common.Utils.RegistryUtils

ファイルを表示 Open project: dropbox/DropboxBusinessAdminTool

Public Methods

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

public static CreateKey ( string registryEntry ) : RegistryKey
registryEntry string
return Microsoft.Win32.RegistryKey

FindKey() public static method

public static FindKey ( string lookupKey ) : RegistryKey
lookupKey string
return Microsoft.Win32.RegistryKey

GetKeyValue() public static method

public static GetKeyValue ( RegistryKey key, string keyParam ) : string
key Microsoft.Win32.RegistryKey
keyParam string
return string

SetKeyValue() public static method

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