Microsoft.Windows.Simulator.Client Namespace

Classes

SimulatorCancelException

This exception is reported in ICompletionRoutine when an async action has been canceled.

SimulatorClient

SimulatorClient class that implements ISimulator interface. Note that most methods in this class are not re-entrant.

SimulatorErrorCodes
SimulatorException

Represents errors that occur while you are using the simulator.

Structs

StartProcessInfo

Specifies a set of values that are used to start a process in the Simulator.

Interfaces

ICompletionRoutine

Defines the completion routine for asynchronous Simulator operations.

IProcessStartedCompletionRoutine

Defines the completion routine when ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) or StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) finishes.

ISimulator

Defines a Windows simulator for running, debugging, profiling, and testing AppContainer applications. There is at most one simulator per user session. Each instance of ISimulator will connect to the same running simulator.

ISimulatorException

Enums

RemoteSessionActionType

Specifies the types of remote actions for the Simulator session. The value of each RemoteActionType matches the values in IRemoteDesktopClientActions::RemoteActionType.