C# Класс SharpAdbClient.AdbCommandLineClientExtensions

Provides extension methods for the IAdbCommandLineClient class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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