C# Class TrakHound.Tools.Registry_Functions

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Méthode Description
DeleteKey ( string keyName, string groupName = null ) : void
DeleteValue ( string keyName, string groupName = null ) : void
GetKeyNames ( string groupName = null ) : string[]
GetValue ( string keyName, string groupName = null ) : string
GetValueNames ( string groupName = null ) : string[]
SetKey ( string keyName, object keyValue, string groupName = null ) : void

Method Details

DeleteKey() public static méthode

public static DeleteKey ( string keyName, string groupName = null ) : void
keyName string
groupName string
Résultat void

DeleteValue() public static méthode

public static DeleteValue ( string keyName, string groupName = null ) : void
keyName string
groupName string
Résultat void

GetKeyNames() public static méthode

public static GetKeyNames ( string groupName = null ) : string[]
groupName string
Résultat string[]

GetValue() public static méthode

public static GetValue ( string keyName, string groupName = null ) : string
keyName string
groupName string
Résultat string

GetValueNames() public static méthode

public static GetValueNames ( string groupName = null ) : string[]
groupName string
Résultat string[]

SetKey() public static méthode

public static SetKey ( string keyName, object keyValue, string groupName = null ) : void
keyName string
keyValue object
groupName string
Résultat void