Adb Class AndroidLib - Beatsleigher Edition
Controls all commands sent to the currently running Android Debug Bridge Server
Inheritance Hierarchy

SystemObject
  RegawMOD.AndroidAdb

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

public static class Adb

The Adb type exposes the following members.

Constructors

  NameDescription
Private methodStatic memberAdb
Top
Methods

  NameDescription
Protected methodStatic memberDevices
Public methodStatic memberExecuteAdbCommand
Executes an AdbCommand on the running Adb Server
Public methodStatic memberExecuteAdbCommandAsync
Executes an AdbCommand on the running Adb Server asynchronously
Public methodStatic memberExecuteAdbCommandNoReturn
Executes an AdbCommand on the running Adb Server
Public methodStatic memberExecuteAdbCommandReturnExitCode
Executes an AdbCommand on the running Adb Server
Public methodStatic memberExecuteAdbShellCommandInputString(Device, String) Obsolete.
Opens Adb Shell and allows input to be typed directly to the shell. Experimental!
Public methodStatic memberExecuteAdbShellCommandInputString(Device, Int32, String)
Opens Adb Shell and allows input to be typed directly to the shell. Experimental!
Public methodStatic memberCode exampleFormAdbCommand(String, Object)
Forms an AdbCommand that is passed to Adb.ExecuteAdbCommand()
Public methodStatic memberCode exampleFormAdbCommand(Device, String, Object)
Forms an AdbCommand that is passed to Adb.ExecuteAdbCommand()
Public methodStatic memberCode exampleFormAdbShellCommand
Forms an AdbCommand that is passed to Adb.ExecuteAdbCommand()
Protected methodStatic memberKillServer
Public methodStatic memberPortForward
Forwards a port that remains until the current AndroidController instance is Disposed, or the device is unplugged
Protected methodStatic memberStartServer
Top
Fields

  NameDescription
Private fieldStatic member_lock
Protected fieldStatic memberADB
Protected fieldStatic memberADB_EXE
Protected fieldStatic memberADB_VERSION
Top
Properties

  NameDescription
Public propertyStatic memberServerRunning
Gets a value indicating if an Android Debug Bridge Server is currently running.
Top
See Also

Reference