UsiMcpDetectedSimulator
USI.AI.Mcp
Public SDK type.
public sealed class UsiMcpDetectedSimulator : IEquatable<UsiMcpDetectedSimulator>Constructors
UsiMcpDetectedSimulator
public UsiMcpDetectedSimulator(string ProviderId, string DisplayName)Properties
DisplayName
public string DisplayName { get; set; }ProviderId
public string ProviderId { get; set; }Methods
<Clone>$
public UsiMcpDetectedSimulator <Clone>$()Deconstruct
public void Deconstruct(string ProviderId, string DisplayName)Equals
public bool Equals(object obj)Equals
public bool Equals(UsiMcpDetectedSimulator other)GetHashCode
public int GetHashCode()ToString
public string ToString()