C# Class FinalLauncher.ModifyRegistry

Afficher le fichier Open project: Vitaleks/NFS-World-Server

Méthodes publiques

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

Private Methods

Méthode Description
ShowErrorMessage ( Exception e, string Title ) : void

Method Details

DeleteKey() public méthode

public DeleteKey ( string KeyName ) : bool
KeyName string
Résultat bool

DeleteSubKeyTree() public méthode

public DeleteSubKeyTree ( ) : bool
Résultat bool

Read() public méthode

public Read ( string KeyName ) : string
KeyName string
Résultat string

SubKeyCount() public méthode

public SubKeyCount ( ) : int
Résultat int

ValueCount() public méthode

public ValueCount ( ) : int
Résultat int

Write() public méthode

public Write ( string KeyName, object Value ) : bool
KeyName string
Value object
Résultat bool