C# Class ToolSet.RegistryAccess

A class for managing registry access.
ファイルを表示 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
GetStringRegistryValue ( string key, string defaultValue ) : string
SetStringRegistryValue ( string key, string stringValue ) : void

Method Details

GetStringRegistryValue() public static method

public static GetStringRegistryValue ( string key, string defaultValue ) : string
key string
defaultValue string
return string

SetStringRegistryValue() public static method

public static SetStringRegistryValue ( string key, string stringValue ) : void
key string
stringValue string
return void