C# Class Gwupe.Agent.Misc.GwupeUserRegistry

Show file Open project: gwupe/Gwupe Class Usage Examples

Public Methods

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

Private Methods

Method Description
GwupeUserRegistry ( ) : System
setRegValue ( string regKey, string regValue ) : void

Method Details

getInstance() public static method

public static getInstance ( ) : GwupeUserRegistry
return GwupeUserRegistry

getRegValue() public method

public getRegValue ( String regKey, bool hklm = false ) : string
regKey String
hklm bool
return string

getServerIPs() public method

public getServerIPs ( ) : List
return List

saveServerIPs() public method

public saveServerIPs ( List newIPs ) : void
newIPs List
return void