SimulationType Enumeration

Indicates the type of simulation. Values from this enum are passed to SimulationManager::StartAsync to indicate the type of simulation to start. The SimulationStatus structures returned from SimulationManager::GetStatusAsync include a field whose type is SimulationType. This field indicates the type of simulation that is running. [Available in ADK and XDK]

Syntax

public enum class SimulationType  

Members

Member Value Description
Network A networking simulation. See the value of SimulationProfile to see the list of available network simulations.

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

Microsoft.Xbox.Tools.ConsoleExtensions Namespace