C# Class MWS.Helper.RegistryHelper

Afficher le fichier Open project: Movilizer/.NET_Connector

Méthodes publiques

Méthode Description
ReadInt ( string rootKey, string name ) : int
ReadInt ( string rootKey, string name, string defaultValue ) : int
ReadLong ( string rootKey, string name ) : long
ReadLong ( string rootKey, string name, string defaultValue ) : long
ReadProtectedString ( string rootKey, string name, string entropy ) : string
ReadProtectedString ( string rootKey, string name, string defaultValue, string entropy ) : string
ReadString ( string rootKey, string name ) : string
ReadString ( string rootKey, string name, string defaultValue ) : string

Private Methods

Méthode Description
Protect ( string value, string entropy ) : string
ReadValue ( string rootKey, string name, object defaultValue ) : object
Unprotect ( string value, string entropy ) : string

Method Details

ReadInt() public static méthode

public static ReadInt ( string rootKey, string name ) : int
rootKey string
name string
Résultat int

ReadInt() public static méthode

public static ReadInt ( string rootKey, string name, string defaultValue ) : int
rootKey string
name string
defaultValue string
Résultat int

ReadLong() public static méthode

public static ReadLong ( string rootKey, string name ) : long
rootKey string
name string
Résultat long

ReadLong() public static méthode

public static ReadLong ( string rootKey, string name, string defaultValue ) : long
rootKey string
name string
defaultValue string
Résultat long

ReadProtectedString() public static méthode

public static ReadProtectedString ( string rootKey, string name, string entropy ) : string
rootKey string
name string
entropy string
Résultat string

ReadProtectedString() public static méthode

public static ReadProtectedString ( string rootKey, string name, string defaultValue, string entropy ) : string
rootKey string
name string
defaultValue string
entropy string
Résultat string

ReadString() public static méthode

public static ReadString ( string rootKey, string name ) : string
rootKey string
name string
Résultat string

ReadString() public static méthode

public static ReadString ( string rootKey, string name, string defaultValue ) : string
rootKey string
name string
defaultValue string
Résultat string