C# 클래스 StyleCop.Baboon.Analyzer.ProjectFactory

상속: IProjectFactory
파일 보기 프로젝트 열기: nelsonsar/StyleCop.Baboon 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromPathWithCustomSettings ( string path, string settings, string ignoredPaths ) : Project
ProjectFactory ( IFileSystemHandler fileSystemHandler ) : System

메소드 상세

CreateFromPathWithCustomSettings() 공개 메소드

public CreateFromPathWithCustomSettings ( string path, string settings, string ignoredPaths ) : Project
path string
settings string
ignoredPaths string
리턴 Project

ProjectFactory() 공개 메소드

public ProjectFactory ( IFileSystemHandler fileSystemHandler ) : System
fileSystemHandler IFileSystemHandler
리턴 System