C# 클래스 Nomad.Utils.RegistryUtils

파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
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

메소드 상세

GetRegistryInt() 공개 정적인 메소드

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

GetRegistryInt() 공개 정적인 메소드

public static GetRegistryInt ( string name, int defaultValue ) : int
name string
defaultValue int
리턴 int

GetRegistrySettings() 공개 정적인 메소드

public static GetRegistrySettings ( ) : RegistryKey
리턴 Microsoft.Win32.RegistryKey

GetRegistryString() 공개 정적인 메소드

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

SetRegistryInt() 공개 정적인 메소드

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

SetRegistryInt() 공개 정적인 메소드

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