C# Class Thinktecture.Tools.Web.Services.Wscf.Environment.RegistryHelper

Mostra file Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method Description
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
ReadKey ( string KeyName ) : string
WriteKey ( string KeyName, object Value ) : bool

Method Details

DeleteKey() public method

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

DeleteSubKeyTree() public method

public DeleteSubKeyTree ( ) : bool
return bool

ReadKey() public method

public ReadKey ( string KeyName ) : string
KeyName string
return string

WriteKey() public method

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