C# Class SolutionMaker.Core.Utils

Afficher le fichier Open project: zlphoenix/LearnCSharp

Méthodes publiques

Méthode Description
GetPreferredSolutionFileVersion ( ) : Model.SolutionFileVersion
GetRelativePath ( string pathFrom, string pathTo ) : string
PathHasMatch ( string path, string pattern ) : bool

Method Details

GetPreferredSolutionFileVersion() public static méthode

public static GetPreferredSolutionFileVersion ( ) : Model.SolutionFileVersion
Résultat Model.SolutionFileVersion

GetRelativePath() public static méthode

public static GetRelativePath ( string pathFrom, string pathTo ) : string
pathFrom string
pathTo string
Résultat string

PathHasMatch() public static méthode

public static PathHasMatch ( string path, string pattern ) : bool
path string
pattern string
Résultat bool