Class AppInformation
- Namespace
- Ranorex.Core.Remoting
- Assembly
- Ranorex.Core.dll
public class AppInformation
- Inheritance
-
AppInformation
- Inherited Members
-
Constructors
public AppInformation(string platformName, string displayName, int connectionPort, string rxVersion, bool visible = true, string appVersionCode = "", string appVersionName = "")
Parameters
platformName string
displayName string
connectionPort int
rxVersion string
visible bool
appVersionCode string
appVersionName string
Properties
public string AppVersionCode { get; set; }
Property Value
- string
public string AppVersionName { get; set; }
Property Value
- string
public int BaseConnectionPort { get; set; }
Property Value
- int
public int ConnectionPort { get; set; }
Property Value
- int
public string DisplayName { get; set; }
Property Value
- string
public Dictionary<string, string> MetaData { get; set; }
Property Value
- Dictionary<string, string>
public string PlatformName { get; set; }
Property Value
- string
public string RxVersion { get; set; }
Property Value
- string
public bool Visible { get; set; }
Property Value
- bool