AdbAliases.

AdbShell(ICakeContext, string, AdbToolSettings) Method

Summary

Executes a shell command on the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbAliases

Syntax

public static List<string> AdbShell(this ICakeContext context, string shellCommand, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
shellCommand string Shell command to execute.
settings AdbToolSettings Settings.

Return Value

Type Description
List<string> The shell command output.