C# Class SharpAdbClient.AdbCommandLineClientExtensions

Provides extension methods for the IAdbCommandLineClient class.
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
EnsureIsValidAdbFile ( this client, string adbPath ) : void

Throws an error if the path does not point to a valid instance of adb.exe.

Method Details

EnsureIsValidAdbFile() public static méthode

Throws an error if the path does not point to a valid instance of adb.exe.
public static EnsureIsValidAdbFile ( this client, string adbPath ) : void
client this /// An instance of a class that implements the interface. ///
adbPath string /// The path to validate. ///
Résultat void