C# Class ICSharpCode.NRefactory.ConsistencyCheck.CSharpProject

Afficher le fichier Open project: mono-soc-2012/NRefactory Class Usage Examples

Méthodes publiques

Свойство Type Description
AssemblyName string
CompilerSettings ICSharpCode.NRefactory.CSharp.CompilerSettings
FileName string
Files List
ProjectContent IProjectContent
Solution ICSharpCode.NRefactory.ConsistencyCheck.Solution
Title string

Méthodes publiques

Méthode Description
CSharpProject ( ICSharpCode.NRefactory.ConsistencyCheck.Solution solution, string title, string fileName ) : System
GetFile ( string fileName ) : CSharpFile
ToString ( ) : string

Private Methods

Méthode Description
FindAssembly ( IEnumerable assemblySearchPaths, string evaluatedInclude ) : string
GetBoolProperty ( Microsoft p, string propertyName ) : bool?

Method Details

CSharpProject() public méthode

public CSharpProject ( ICSharpCode.NRefactory.ConsistencyCheck.Solution solution, string title, string fileName ) : System
solution ICSharpCode.NRefactory.ConsistencyCheck.Solution
title string
fileName string
Résultat System

GetFile() public méthode

public GetFile ( string fileName ) : CSharpFile
fileName string
Résultat CSharpFile

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AssemblyName public_oe property

public string AssemblyName
Résultat string

CompilerSettings public_oe property

public CompilerSettings,ICSharpCode.NRefactory.CSharp CompilerSettings
Résultat ICSharpCode.NRefactory.CSharp.CompilerSettings

FileName public_oe property

public string FileName
Résultat string

Files public_oe property

public List Files
Résultat List

ProjectContent public_oe property

public IProjectContent ProjectContent
Résultat IProjectContent

Solution public_oe property

public Solution,ICSharpCode.NRefactory.ConsistencyCheck Solution
Résultat ICSharpCode.NRefactory.ConsistencyCheck.Solution

Title public_oe property

public string Title
Résultat string