C# 클래스 ICSharpCode.NRefactory.ConsistencyCheck.CSharpProject

파일 보기 프로젝트 열기: mono-soc-2012/NRefactory 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyName string
CompilerSettings ICSharpCode.NRefactory.CSharp.CompilerSettings
FileName string
Files List
ProjectContent IProjectContent
Solution ICSharpCode.NRefactory.ConsistencyCheck.Solution
Title string

공개 메소드들

메소드 설명
CSharpProject ( ICSharpCode.NRefactory.ConsistencyCheck.Solution solution, string title, string fileName ) : System
GetFile ( string fileName ) : CSharpFile
ToString ( ) : string

비공개 메소드들

메소드 설명
FindAssembly ( IEnumerable assemblySearchPaths, string evaluatedInclude ) : string
GetBoolProperty ( Microsoft p, string propertyName ) : bool?

메소드 상세

CSharpProject() 공개 메소드

public CSharpProject ( ICSharpCode.NRefactory.ConsistencyCheck.Solution solution, string title, string fileName ) : System
solution ICSharpCode.NRefactory.ConsistencyCheck.Solution
title string
fileName string
리턴 System

GetFile() 공개 메소드

public GetFile ( string fileName ) : CSharpFile
fileName string
리턴 CSharpFile

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AssemblyName 공개적으로 프로퍼티

public string AssemblyName
리턴 string

CompilerSettings 공개적으로 프로퍼티

public CompilerSettings,ICSharpCode.NRefactory.CSharp CompilerSettings
리턴 ICSharpCode.NRefactory.CSharp.CompilerSettings

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Files 공개적으로 프로퍼티

public List Files
리턴 List

ProjectContent 공개적으로 프로퍼티

public IProjectContent ProjectContent
리턴 IProjectContent

Solution 공개적으로 프로퍼티

public Solution,ICSharpCode.NRefactory.ConsistencyCheck Solution
리턴 ICSharpCode.NRefactory.ConsistencyCheck.Solution

Title 공개적으로 프로퍼티

public string Title
리턴 string