SimulatorSettings Class

graph BT Type-->Base0["ToolSettings"] Type["SimulatorSettings"] class Type type-node Derived0["AppleSimulatorConfigurationSettings"]-->Type click Derived0 "/api/Cake.AppleSimulator/AppleSimulatorConfigurationSettings" Derived1["AppleSimulatorLaunchSettings"]-->Type click Derived1 "/api/Cake.AppleSimulator/AppleSimulatorLaunchSettings"

Syntax

public class SimulatorSettings : ToolSettings

Constructors

Name Summary
SimulatorSettings()

Extension Methods

Name Value Summary
Dump<SimulatorSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SimulatorSettings>(SimulatorSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SimulatorSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SimulatorSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SimulatorSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SimulatorSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin