C# 클래스 SolutionMaker.Core.Utils

파일 보기 프로젝트 열기: zlphoenix/LearnCSharp

공개 메소드들

메소드 설명
GetPreferredSolutionFileVersion ( ) : Model.SolutionFileVersion
GetRelativePath ( string pathFrom, string pathTo ) : string
PathHasMatch ( string path, string pattern ) : bool

메소드 상세

GetPreferredSolutionFileVersion() 공개 정적인 메소드

public static GetPreferredSolutionFileVersion ( ) : Model.SolutionFileVersion
리턴 Model.SolutionFileVersion

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( string pathFrom, string pathTo ) : string
pathFrom string
pathTo string
리턴 string

PathHasMatch() 공개 정적인 메소드

public static PathHasMatch ( string path, string pattern ) : bool
path string
pattern string
리턴 bool