C# 클래스 Golem.Core.RecipeFileSearch

파일 보기 프로젝트 열기: jagregory/golem 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistinctAssemblyFolders ReadOnlyCollection
FoundAssemblyFiles List

공개 메소드들

메소드 설명
BuildFileList ( ) : void
RecipeFileSearch ( ) : System

비공개 메소드들

메소드 설명
FindFilesExcludingDuplicates ( string startDir ) : System.IO.FileInfo[]

메소드 상세

BuildFileList() 공개 메소드

public BuildFileList ( ) : void
리턴 void

RecipeFileSearch() 공개 메소드

public RecipeFileSearch ( ) : System
리턴 System

프로퍼티 상세

DistinctAssemblyFolders 공개적으로 프로퍼티

public ReadOnlyCollection DistinctAssemblyFolders
리턴 ReadOnlyCollection

FoundAssemblyFiles 공개적으로 프로퍼티

public List FoundAssemblyFiles
리턴 List