Méthode | Description | |
---|---|---|
AdbCommandLineClient ( string adbPath ) : SharpAdbClient.Exceptions |
Initializes a new instance of the AdbCommandLineClient class.
|
|
GetVersion ( ) : System.Version |
Queries adb for its version number and checks it against AdbServer.RequiredAdbVersion.
|
|
IsValidAdbFile ( string adbPath ) : bool | ||
StartServer ( ) : void |
Starts the adb server by running the
|
Méthode | Description | |
---|---|---|
RunAdbProcess ( string command, List |
Runs the Use this command only for |
|
RunAdbProcessInner ( string command, List |
Runs the Use this command only for |
Méthode | Description | |
---|---|---|
GetVersionFromOutput ( List |
Parses the output of the
|
public AdbCommandLineClient ( string adbPath ) : SharpAdbClient.Exceptions | ||
adbPath | string |
/// The path to the |
Résultat | SharpAdbClient.Exceptions |
public IsValidAdbFile ( string adbPath ) : bool | ||
adbPath | string | |
Résultat | bool |
protected RunAdbProcess ( string command, List |
||
command | string |
/// The |
errorOutput | List |
/// A list in which to store the standard error output. Each line is added as a new entry.
/// This value can be |
standardOutput | List |
/// A list in which to store the standard output. Each line is added as a new entry.
/// This value can be |
Résultat | void |
protected RunAdbProcessInner ( string command, List |
||
command | string |
/// The |
errorOutput | List |
/// A list in which to store the standard error output. Each line is added as a new entry.
/// This value can be |
standardOutput | List |
/// A list in which to store the standard output. Each line is added as a new entry.
/// This value can be |
Résultat | int |