C# Class DependencyViewer.Common.Loaders.SolutionLoader

Inheritance: ISolution
Show file Open project: jamiepenney/VS-Dependency-Viewer Class Usage Examples

Public Methods

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

Private Methods

Method Description
CreateProjectLoaderFromProjectLine ( string line, string filebase ) : ProjectLoader

Method Details

GetProject() public method

public GetProject ( System.Guid guid ) : IProject
guid System.Guid
return IProject

LoadProjects() public method

public LoadProjects ( ) : void
return void

SolutionLoader() public method

public SolutionLoader ( string solutionText, string solutionFilename ) : System
solutionText string
solutionFilename string
return System