Class

DetectedSimulator

USI.Core

Describes a registered simulator provider whose simulator process is currently running. Process names and operating-system details remain private to the provider.

public sealed class DetectedSimulator : IEquatable<DetectedSimulator>

Constructors

DetectedSimulator

public DetectedSimulator(SimulatorProviderId ProviderId, string DisplayName)

Describes a registered simulator provider whose simulator process is currently running. Process names and operating-system details remain private to the provider.

Properties

DisplayName

public string DisplayName { get; set; }

ProviderId

public SimulatorProviderId ProviderId { get; set; }

Methods

<Clone>$

public DetectedSimulator <Clone>$()

Deconstruct

public void Deconstruct(SimulatorProviderId ProviderId, string DisplayName)

Equals

public bool Equals(object obj)

Equals

public bool Equals(DetectedSimulator other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()