Class Platform
- Namespace
- Ranorex.Core.Remoting
- Assembly
- Ranorex.Core.dll
- Inheritance
-
Platform
- Inherited Members
-
Fields
public static readonly string CompileRxVersion
Field Value
- string
public static readonly Version UnknownVersion
Field Value
- Version
Properties
public RemotePlatform MobilePlatform { get; set; }
Property Value
- RemotePlatform
public string OSVersionName { get; set; }
Property Value
- string
public string OSVersionNumber { get; set; }
Property Value
- string
public string RxVersion { get; set; }
Property Value
- string
public static Platform Unknown { get; }
Property Value
- Platform
Methods
public static Platform Create(Dictionary<string, object> infoProps)
Parameters
infoProps Dictionary<string, object>
Returns
- Platform
public static Platform Create(string platform, string rxVersion, string osVersionName, string osVersionNumber)
Parameters
platform string
rxVersion string
osVersionName string
osVersionNumber string
Returns
- Platform
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
public static Platform FromRemotePlatfrom(RemotePlatform p)
Parameters
p RemotePlatform
Returns
- Platform
public static RemotePlatform FromString(string platformstring)
Parameters
platformstring string
Returns
- RemotePlatform
public static Platform GetAndroidDefault()
Returns
- Platform
public static Platform GetDefault()
Returns
- Platform
public override int GetHashCode()
Returns
- int
public static Platform GetIOSDefault()
Returns
- Platform