C# Класс Cake.Common.Solution.CodeCakeSolutionExtensions

Supports extension methods for Solution related objects.
Показать файл Открыть проект

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

Метод Описание
CreateTemporarySolutionFile ( this context, FilePath solutionPath ) : ITemporarySolutionFile

Creates a ITemporarySolutionFile for a solution (.sln) file.

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

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

Creates a ITemporarySolutionFile for a solution (.sln) file.
public static CreateTemporarySolutionFile ( this context, FilePath solutionPath ) : ITemporarySolutionFile
context this The context.
solutionPath FilePath The solution path.
Результат ITemporarySolutionFile