C# Class DependencyViewer.Common.Loaders.SolutionLoader

Inheritance: ISolution
Afficher le fichier Open project: jamiepenney/VS-Dependency-Viewer Class Usage Examples

Méthodes publiques

Méthode Description
GetProject ( System.Guid guid ) : IProject
LoadProjects ( ) : void
SolutionLoader ( string solutionText, string solutionFilename ) : System

Private Methods

Méthode Description
CreateProjectLoaderFromProjectLine ( string line, string filebase ) : ProjectLoader

Method Details

GetProject() public méthode

public GetProject ( System.Guid guid ) : IProject
guid System.Guid
Résultat IProject

LoadProjects() public méthode

public LoadProjects ( ) : void
Résultat void

SolutionLoader() public méthode

public SolutionLoader ( string solutionText, string solutionFilename ) : System
solutionText string
solutionFilename string
Résultat System