C# Class FinalLauncher.ModifyRegistry

ファイルを表示 Open project: Vitaleks/NFS-World-Server

Public Methods

Method Description
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
Read ( string KeyName ) : string
SubKeyCount ( ) : int
ValueCount ( ) : int
Write ( string KeyName, object Value ) : bool

Private Methods

Method Description
ShowErrorMessage ( Exception e, string Title ) : void

Method Details

DeleteKey() public method

public DeleteKey ( string KeyName ) : bool
KeyName string
return bool

DeleteSubKeyTree() public method

public DeleteSubKeyTree ( ) : bool
return bool

Read() public method

public Read ( string KeyName ) : string
KeyName string
return string

SubKeyCount() public method

public SubKeyCount ( ) : int
return int

ValueCount() public method

public ValueCount ( ) : int
return int

Write() public method

public Write ( string KeyName, object Value ) : bool
KeyName string
Value object
return bool