AndroidEmulatorToolSettings Class

Assembly
Cake.Android.AvdManager.dll
Namespace
Cake.AndroidEmulator
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["AndroidEmulatorToolSettings"] class Type type-node

Syntax

public class AndroidEmulatorToolSettings : ToolSettings

Constructors

Properties

Name Value Summary
Acceleration Nullable<AndroidEmulatorAccelerationMode>
CameraBack string
CameraFront string
Debug string[]
DnsServers string[]
Engine Nullable<AndroidEmulatorEngine>
ExtraArgs string[]
Gpu string
HttpProxy string
Logcat string[]
MemoryMegabytes Nullable<int>
NetDelay string
NetFast bool
NetSpeed string
NoAccel bool
NoBootAnim bool
NoJni bool
NoSnapshot bool
NoSnapshotLoad bool
NoSnapshotSave bool
Port Nullable<uint>
Ports Nullable<uint, uint>
Screen Nullable<AndroidEmulatorScreenMode>
SdCard FilePath
SdkRoot DirectoryPath
SeLinux Nullable<AndroidEmulatorSeLinux>
ShowKernel bool
TcpDump FilePath
Timezone string
Verbose bool
WipeData bool

Extension Methods

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