Represents the platform on which tests are to be run.
Platform
Initializes a new instance of the Platform class for a specific platform type.
public Platform(PlatformType typeValue)
Parameters
typeValue
PlatformType
The platform type.
Gets the current platform.
public static Platform CurrentPlatform { get; }
Property Value
Gets the major version of the platform operating system.
public int MajorVersion { get; }
Property Value
Gets the major version of the platform operating system.
public int MinorVersion { get; }
Property Value
Gets the type of the platform.
public PlatformType PlatformType { get; }
Property Value
Gets the value of the platform type for transmission using the JSON Wire Protocol.
public string ProtocolPlatformType { get; }
Property Value
Compares the platform to the specified type.
public bool IsPlatformType(PlatformType compareTo)
Parameters
compareTo
PlatformType
A PlatformType value to compare to.
Returns the string value for this platform type.
public override string ToString()
Returns
The string value for this platform type.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4