C# 클래스 SSMSAddin.RegistryAccess

파일 보기 프로젝트 열기: sqldep/lionfish 1 사용 예제들

공개 메소드들

메소드 설명
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
Read ( string KeyName ) : string
RegistryAccess ( string appName, bool showError ) : System
SubKeyCount ( ) : int
ValueCount ( ) : int
Write ( string KeyName, object Value ) : bool

비공개 메소드들

메소드 설명
ShowErrorMessage ( Exception e, string Title ) : void

메소드 상세

DeleteKey() 공개 메소드

public DeleteKey ( string KeyName ) : bool
KeyName string
리턴 bool

DeleteSubKeyTree() 공개 메소드

public DeleteSubKeyTree ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( string KeyName ) : string
KeyName string
리턴 string

RegistryAccess() 공개 메소드

public RegistryAccess ( string appName, bool showError ) : System
appName string
showError bool
리턴 System

SubKeyCount() 공개 메소드

public SubKeyCount ( ) : int
리턴 int

ValueCount() 공개 메소드

public ValueCount ( ) : int
리턴 int

Write() 공개 메소드

public Write ( string KeyName, object Value ) : bool
KeyName string
Value object
리턴 bool