Property | Type | Description | |
---|---|---|---|
BuildAndRun | void | ||
CalcMostRecentBuild | string | ||
CalcPackageFamilyName | string | ||
FinalizeIP | string | ||
InstallApp | bool | ||
InstallAppOnDevicesList | void | ||
IsAppRunning_FirstIPCheck | bool | ||
KillAppOnIPs | void | ||
LaunchAppOnIPs | void | ||
OnEnable | void | ||
OnGUI | void | ||
OpenWindow | void | ||
Setup | void | ||
UninstallApp | bool | ||
UninstallAppOnDevicesList | void | ||
Update | void | ||
UpdateBuilds | void | ||
UpdateXdeStatus | void |
Method | Description | |
---|---|---|
OpenLogFileForIPs ( string IPs ) : void | ||
OpenWebPortalForIPs ( string IPs ) : void | ||
ParseIPList ( string IPs ) : string[] |
Method | Description | |
---|---|---|
BuildAndRun ( string appName ) : void | ||
CalcMostRecentBuild ( ) : string | ||
CalcPackageFamilyName ( ) : string | ||
FinalizeIP ( string ip ) : string | ||
InstallApp ( string buildPath, string appName, string targetDevice ) : bool | ||
InstallAppOnDevicesList ( string buildPath, bool uninstallBeforeInstall, string targetList ) : void | ||
IsAppRunning_FirstIPCheck ( string appName, string targetIPs ) : bool | ||
KillAppOnIPs ( string targetIPs ) : void | ||
LaunchAppOnIPs ( string targetIPs ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
OpenWindow ( ) : void | ||
Setup ( ) : void | ||
UninstallApp ( string packageFamilyName, string targetDevice ) : bool | ||
UninstallAppOnDevicesList ( string targetList ) : void | ||
Update ( ) : void | ||
UpdateBuilds ( ) : void | ||
UpdateXdeStatus ( ) : void |
public OpenLogFileForIPs ( string IPs ) : void | ||
IPs | string | |
return | void |
public static OpenWebPortalForIPs ( string IPs ) : void | ||
IPs | string | |
return | void |
public static ParseIPList ( string IPs ) : string[] | ||
IPs | string | |
return | string[] |