C# Class SharpAdbClient.AdbCommandLineClientExtensions

Provides extension methods for the IAdbCommandLineClient class.
ファイルを表示 Open project: ArduPilot/MissionPlanner

Public Methods

Method 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 method

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. ///
return void