C# Class MWS.Helper.RegistryHelper

ファイルを表示 Open project: Movilizer/.NET_Connector

Public Methods

Method 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

Method 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 method

public static ReadInt ( string rootKey, string name ) : int
rootKey string
name string
return int

ReadInt() public static method

public static ReadInt ( string rootKey, string name, string defaultValue ) : int
rootKey string
name string
defaultValue string
return int

ReadLong() public static method

public static ReadLong ( string rootKey, string name ) : long
rootKey string
name string
return long

ReadLong() public static method

public static ReadLong ( string rootKey, string name, string defaultValue ) : long
rootKey string
name string
defaultValue string
return long

ReadProtectedString() public static method

public static ReadProtectedString ( string rootKey, string name, string entropy ) : string
rootKey string
name string
entropy string
return string

ReadProtectedString() public static method

public static ReadProtectedString ( string rootKey, string name, string defaultValue, string entropy ) : string
rootKey string
name string
defaultValue string
entropy string
return string

ReadString() public static method

public static ReadString ( string rootKey, string name ) : string
rootKey string
name string
return string

ReadString() public static method

public static ReadString ( string rootKey, string name, string defaultValue ) : string
rootKey string
name string
defaultValue string
return string