C# 클래스 Kudu.Core.Infrastructure.VsHelper

파일 보기 프로젝트 열기: projectkudu/kudu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SolutionsLookupList string[]

공개 메소드들

메소드 설명
FindContainingSolution ( string repositoryPath, string targetPath, IFileFinder fileFinder ) : Kudu.Core.Infrastructure.VsSolution

Locates the unambiguous solution matching this project

FindContainingSolutions ( string repositoryPath, string targetPath, IFileFinder fileFinder ) : IList

Locates the solution(s) where the specified project is (search up the tree up to the repository path)

GetProjectExecutableName ( string path ) : string
GetProjectTypeGuids ( string path ) : IEnumerable
GetSolutions ( string path, IFileFinder fileFinder, SearchOption searchOption = SearchOption.AllDirectories ) : IList
IsExecutableProject ( string projectPath ) : bool
IsWap ( IEnumerable projectTypeGuids ) : bool

비공개 메소드들

메소드 설명
ExistsInSolution ( Kudu.Core.Infrastructure.VsSolution solution, string targetPath ) : bool
GetName ( string name ) : System.Xml.Linq.XName

메소드 상세

FindContainingSolution() 공개 정적인 메소드

Locates the unambiguous solution matching this project
public static FindContainingSolution ( string repositoryPath, string targetPath, IFileFinder fileFinder ) : Kudu.Core.Infrastructure.VsSolution
repositoryPath string
targetPath string
fileFinder IFileFinder
리턴 Kudu.Core.Infrastructure.VsSolution

FindContainingSolutions() 공개 정적인 메소드

Locates the solution(s) where the specified project is (search up the tree up to the repository path)
public static FindContainingSolutions ( string repositoryPath, string targetPath, IFileFinder fileFinder ) : IList
repositoryPath string
targetPath string
fileFinder IFileFinder
리턴 IList

GetProjectExecutableName() 공개 정적인 메소드

public static GetProjectExecutableName ( string path ) : string
path string
리턴 string

GetProjectTypeGuids() 공개 정적인 메소드

public static GetProjectTypeGuids ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetSolutions() 공개 정적인 메소드

public static GetSolutions ( string path, IFileFinder fileFinder, SearchOption searchOption = SearchOption.AllDirectories ) : IList
path string
fileFinder IFileFinder
searchOption SearchOption
리턴 IList

IsExecutableProject() 공개 정적인 메소드

public static IsExecutableProject ( string projectPath ) : bool
projectPath string
리턴 bool

IsWap() 공개 정적인 메소드

public static IsWap ( IEnumerable projectTypeGuids ) : bool
projectTypeGuids IEnumerable
리턴 bool

프로퍼티 상세

SolutionsLookupList 공개적으로 정적으로 프로퍼티

public static string[] SolutionsLookupList
리턴 string[]