C# Класс DroidExplorer.Core.FolderManagement

Показать файл Открыть проект

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

Метод Описание
GetBuildTool ( String relativePath ) : string

Gets the build tool.

GetBuildToolVersion ( ) : System.Version

Gets the build tool version.

GetBundledTool ( string relativePath ) : string

Gets the bundled tool.

GetSdkTool ( string relativePath ) : string

Gets the SDK tool.

TempPathCleanup ( ) : void

Temps the path cleanup.

ToolExists ( string toolRelativePath ) : bool

Checks if the tool is able to be located.

VerifyAndroidSdkTools ( ) : bool

Verifies the android SDK tools.

Описание методов

GetBuildTool() публичный статический Метод

Gets the build tool.
public static GetBuildTool ( String relativePath ) : string
relativePath String The relative path.
Результат string

GetBuildToolVersion() публичный статический Метод

Gets the build tool version.
///
public static GetBuildToolVersion ( ) : System.Version
Результат System.Version

GetBundledTool() публичный статический Метод

Gets the bundled tool.
public static GetBundledTool ( string relativePath ) : string
relativePath string The relative path.
Результат string

GetSdkTool() публичный статический Метод

Gets the SDK tool.
public static GetSdkTool ( string relativePath ) : string
relativePath string The relative path.
Результат string

TempPathCleanup() публичный статический Метод

Temps the path cleanup.
public static TempPathCleanup ( ) : void
Результат void

ToolExists() публичный статический Метод

Checks if the tool is able to be located.
public static ToolExists ( string toolRelativePath ) : bool
toolRelativePath string The tool relative path.
Результат bool

VerifyAndroidSdkTools() публичный статический Метод

Verifies the android SDK tools.
public static VerifyAndroidSdkTools ( ) : bool
Результат bool