C# Класс Rock.Services.NuGet.RockPackagePathResolver

Наследование: NuGet.DefaultPackagePathResolver
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetPackageDirectory ( string packageId, SemanticVersion version ) : string

Gets the package directory.

RockPackagePathResolver ( IFileSystem fileSystem ) : System

Initializes a new instance of the RockPackagePathResolver class.

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

GetPackageDirectory() публичный Метод

Gets the package directory.
public GetPackageDirectory ( string packageId, SemanticVersion version ) : string
packageId string The package id.
version SemanticVersion The version.
Результат string

RockPackagePathResolver() публичный Метод

Initializes a new instance of the RockPackagePathResolver class.
public RockPackagePathResolver ( IFileSystem fileSystem ) : System
fileSystem IFileSystem The file system.
Результат System