C# 클래스 DfBAdminToolkit.Common.Utils.RegistryUtils

파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool

공개 메소드들

메소드 설명
CreateKey ( string registryEntry ) : RegistryKey
FindKey ( string lookupKey ) : RegistryKey
GetKeyValue ( RegistryKey key, string keyParam ) : string
SetKeyValue ( RegistryKey key, string keyParam, string valueParam ) : void

메소드 상세

CreateKey() 공개 정적인 메소드

public static CreateKey ( string registryEntry ) : RegistryKey
registryEntry string
리턴 Microsoft.Win32.RegistryKey

FindKey() 공개 정적인 메소드

public static FindKey ( string lookupKey ) : RegistryKey
lookupKey string
리턴 Microsoft.Win32.RegistryKey

GetKeyValue() 공개 정적인 메소드

public static GetKeyValue ( RegistryKey key, string keyParam ) : string
key Microsoft.Win32.RegistryKey
keyParam string
리턴 string

SetKeyValue() 공개 정적인 메소드

public static SetKeyValue ( RegistryKey key, string keyParam, string valueParam ) : void
key Microsoft.Win32.RegistryKey
keyParam string
valueParam string
리턴 void