C# 클래스 FinalLauncher.ModifyRegistry

파일 보기 프로젝트 열기: Vitaleks/NFS-World-Server

공개 메소드들

메소드 설명
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
Read ( string KeyName ) : string
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

SubKeyCount() 공개 메소드

public SubKeyCount ( ) : int
리턴 int

ValueCount() 공개 메소드

public ValueCount ( ) : int
리턴 int

Write() 공개 메소드

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