C# Class SolutionMaker.Core.ProjectAnalyzer

Exibir arquivo Open project: zlphoenix/LearnCSharp Class Usage Examples

Public Methods

Method Description
GetAssemblyName ( ) : string
GetProjectId ( ) : System.Guid
GetProjectReferences ( ) : IEnumerable
IsProjectFile ( SolutionFileVersion solutionFileVersion ) : bool
ProjectAnalyzer ( string absolutePath ) : System

Private Methods

Method Description
GetProjectType ( ) : ProjectType
GetProjectType ( string path ) : ProjectType

Method Details

GetAssemblyName() public method

public GetAssemblyName ( ) : string
return string

GetProjectId() public method

public GetProjectId ( ) : System.Guid
return System.Guid

GetProjectReferences() public method

public GetProjectReferences ( ) : IEnumerable
return IEnumerable

IsProjectFile() public method

public IsProjectFile ( SolutionFileVersion solutionFileVersion ) : bool
solutionFileVersion SolutionFileVersion
return bool

ProjectAnalyzer() public method

public ProjectAnalyzer ( string absolutePath ) : System
absolutePath string
return System