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: StringOutput of command run on server
Remarks
See Also