C# Class SSMSAddin.RegistryAccess

显示文件 Open project: sqldep/lionfish Class Usage Examples

Public Methods

Method Description
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
Read ( string KeyName ) : string
RegistryAccess ( string appName, bool showError ) : System
SubKeyCount ( ) : int
ValueCount ( ) : int
Write ( string KeyName, object Value ) : bool

Private Methods

Method Description
ShowErrorMessage ( Exception e, string Title ) : void

Method Details

DeleteKey() public method

public DeleteKey ( string KeyName ) : bool
KeyName string
return bool

DeleteSubKeyTree() public method

public DeleteSubKeyTree ( ) : bool
return bool

Read() public method

public Read ( string KeyName ) : string
KeyName string
return string

RegistryAccess() public method

public RegistryAccess ( string appName, bool showError ) : System
appName string
showError bool
return System

SubKeyCount() public method

public SubKeyCount ( ) : int
return int

ValueCount() public method

public ValueCount ( ) : int
return int

Write() public method

public Write ( string KeyName, object Value ) : bool
KeyName string
Value object
return bool