C# Class Gwupe.Agent.Misc.GwupeUserRegistry

Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Méthode Description
getInstance ( ) : GwupeUserRegistry
getRegValue ( String regKey, bool hklm = false ) : string
getServerIPs ( ) : List
saveServerIPs ( List newIPs ) : void

Private Methods

Méthode Description
GwupeUserRegistry ( ) : System
setRegValue ( string regKey, string regValue ) : void

Method Details

getInstance() public static méthode

public static getInstance ( ) : GwupeUserRegistry
Résultat GwupeUserRegistry

getRegValue() public méthode

public getRegValue ( String regKey, bool hklm = false ) : string
regKey String
hklm bool
Résultat string

getServerIPs() public méthode

public getServerIPs ( ) : List
Résultat List

saveServerIPs() public méthode

public saveServerIPs ( List newIPs ) : void
newIPs List
Résultat void