ISimulatorIdentity
USI.Core
Public SDK type.
public interface ISimulatorIdentityMethods
TryGetBuildDetailsAsync
public Task<USIResult<SimulatorBuildDetails>> TryGetBuildDetailsAsync()Gets optional provider-authored build details without changing the portable product/API version snapshot.
TryGetInstallationPathAsync
public Task<USIResult<String>> TryGetInstallationPathAsync()Gets the simulator's configured installation directory without exposing provider-specific configuration-file locations.
TryGetSnapshotAsync
public Task<USIResult<SimulatorIdentitySnapshot>> TryGetSnapshotAsync()TryGetUserInterfaceCultureAsync
public Task<USIResult<CultureInfo>> TryGetUserInterfaceCultureAsync()Gets the neutral .NET culture used by the simulator's user interface.
