Method | Description | |
---|---|---|
RefreshScreen ( ) : void |
Refresh the screen
|
|
SettingsData ( ) : System |
SettingsData Constructor
|
|
getAPIName ( string version ) : string |
return API Name
|
|
getDeviceInfo ( ) : void |
Function to retrieve device info from the registry
|
|
getNDKPath ( ) : bool |
Return the NDK Path from the registry
|
|
getSimulatorInfo ( ) : void |
Function to retrieve simulator info from the registry
|
|
setDeviceInfo ( ) : void |
Set Device Password and IP
|
|
setNDKPaths ( ) : void |
Set the NDK Path into the register for future reference by the MSBUILD
|
|
setSimulatorInfo ( ) : void |
Set Simulator Password and IP
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propName ) : void |
Fire the PropertyChnaged event handler on change of property
|
Method | Description | |
---|---|---|
registerTargetInfo ( string password, string IP, string type ) : void |
Set the password and IP address into the correct registry keys for both simulator and device
|
protected OnPropertyChanged ( string propName ) : void | ||
propName | string | |
return | void |
public getAPIName ( string version ) : string | ||
version | string | version to match |
return | string |