AppleSimulatorWindowScale Class

Summary

not implemented, for future expansion.
Assembly
Cake.AppleSimulator.dll
Namespace
Cake.AppleSimulator
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AppleSimulatorWindowScale"] class Type type-node

Syntax

public sealed class AppleSimulatorWindowScale : Enum

Fields

Name Constant Value Summary
FiftyPercent 50
static
OneHundredPercent 100
static
SeventyFivePercent 75
static
ThirtyThreePercent 33
static
TwentyFivePercent 25
static
value__

Extension Methods

Name Value Summary
Dump<AppleSimulatorWindowScale>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AppleSimulatorWindowScale>(AppleSimulatorWindowScale[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AppleSimulatorWindowScale>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AppleSimulatorWindowScale>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AppleSimulatorWindowScale>(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<AppleSimulatorWindowScale>(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