C# 클래스 SharpAdbClient.AdbCommandLineClientExtensions

Provides extension methods for the IAdbCommandLineClient class.
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 메소드들

메소드 설명
EnsureIsValidAdbFile ( this client, string adbPath ) : void

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

메소드 상세

EnsureIsValidAdbFile() 공개 정적인 메소드

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. ///
리턴 void