C# Class ToolSet.RegistryAccess

A class for managing registry access.
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Méthode Description
GetStringRegistryValue ( string key, string defaultValue ) : string
SetStringRegistryValue ( string key, string stringValue ) : void

Method Details

GetStringRegistryValue() public static méthode

public static GetStringRegistryValue ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

SetStringRegistryValue() public static méthode

public static SetStringRegistryValue ( string key, string stringValue ) : void
key string
stringValue string
Résultat void