C# Class DependencyViewer.Common.Loaders.ProjectLoader

Inheritance: IProject
Exibir arquivo Open project: jamiepenney/VS-Dependency-Viewer Class Usage Examples

Public Methods

Method Description
HasReferencedProject ( System.Guid projectGuid ) : bool
ProjectLoader ( string projectFileXml, string filename ) : System

Private Methods

Method Description
GetName ( ) : string

Method Details

HasReferencedProject() public method

public HasReferencedProject ( System.Guid projectGuid ) : bool
projectGuid System.Guid
return bool

ProjectLoader() public method

public ProjectLoader ( string projectFileXml, string filename ) : System
projectFileXml string
filename string
return System