C# Class Nomad.Utils.RegistryUtils

ファイルを表示 Open project: Azerothian/fc3editor

Public Methods

Method Description
GetRegistryInt ( RegistryKey key, string name, int defaultValue ) : int
GetRegistryInt ( string name, int defaultValue ) : int
GetRegistrySettings ( ) : RegistryKey
GetRegistryString ( RegistryKey key, string name, string defaultValue ) : string
SetRegistryInt ( RegistryKey key, string name, int value ) : void
SetRegistryInt ( string name, int value ) : void

Method Details

GetRegistryInt() public static method

public static GetRegistryInt ( RegistryKey key, string name, int defaultValue ) : int
key Microsoft.Win32.RegistryKey
name string
defaultValue int
return int

GetRegistryInt() public static method

public static GetRegistryInt ( string name, int defaultValue ) : int
name string
defaultValue int
return int

GetRegistrySettings() public static method

public static GetRegistrySettings ( ) : RegistryKey
return Microsoft.Win32.RegistryKey

GetRegistryString() public static method

public static GetRegistryString ( RegistryKey key, string name, string defaultValue ) : string
key Microsoft.Win32.RegistryKey
name string
defaultValue string
return string

SetRegistryInt() public static method

public static SetRegistryInt ( RegistryKey key, string name, int value ) : void
key Microsoft.Win32.RegistryKey
name string
value int
return void

SetRegistryInt() public static method

public static SetRegistryInt ( string name, int value ) : void
name string
value int
return void