AdbExecuteAdbCommand Method AndroidLib - Beatsleigher Edition
Executes an AdbCommand on the running Adb Server

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static string ExecuteAdbCommand(
	AdbCommand command,
	bool forceRegular = false
)

Parameters

command
Type: RegawMOD.AndroidAdbCommand
Instance of AdbCommand
forceRegular (Optional)
Type: SystemBoolean
Forces Output of stdout, not stderror if any

Return Value

Type: String
Output of command run on server
Remarks

This should be used if you want the output of the command returned
See Also

Reference