Controls all commands sent to the currently running Android Debug Bridge Server
Inheritance Hierarchy
RegawMOD.AndroidAdb
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
The Adb type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | Adb |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Devices | |
![]() ![]() | ExecuteAdbCommand |
Executes an AdbCommand on the running Adb Server
|
![]() ![]() | ExecuteAdbCommandAsync |
Executes an AdbCommand on the running Adb Server asynchronously
|
![]() ![]() | ExecuteAdbCommandNoReturn |
Executes an AdbCommand on the running Adb Server
|
![]() ![]() | ExecuteAdbCommandReturnExitCode |
Executes an AdbCommand on the running Adb Server
|
![]() ![]() | ExecuteAdbShellCommandInputString(Device, String) | Obsolete.
Opens Adb Shell and allows input to be typed directly to the shell. Experimental!
|
![]() ![]() | ExecuteAdbShellCommandInputString(Device, Int32, String) |
Opens Adb Shell and allows input to be typed directly to the shell. Experimental!
|
![]() ![]() ![]() | FormAdbCommand(String, Object) |
Forms an AdbCommand that is passed to Adb.ExecuteAdbCommand() |
![]() ![]() ![]() | FormAdbCommand(Device, String, Object) |
Forms an AdbCommand that is passed to Adb.ExecuteAdbCommand() |
![]() ![]() ![]() | FormAdbShellCommand |
Forms an AdbCommand that is passed to Adb.ExecuteAdbCommand() |
![]() ![]() | KillServer | |
![]() ![]() | PortForward |
Forwards a port that remains until the current AndroidController instance is Disposed, or the device is unplugged
|
![]() ![]() | StartServer |
Fields
Name | Description | |
---|---|---|
![]() ![]() | _lock | |
![]() ![]() | ADB | |
![]() ![]() | ADB_EXE | |
![]() ![]() | ADB_VERSION |
Properties
Name | Description | |
---|---|---|
![]() ![]() | ServerRunning |
Gets a value indicating if an Android Debug Bridge Server is currently running.
|
See Also