C# 클래스 FluentBuild.UtilitySupport.CompilerService

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

공개 메소드들

메소드 설명
BuildAssemblyFromSources ( string path, string baseDirectory ) : string
DoAllMethodsExistInType ( Type type, IList methodsToRun ) : bool
ExecuteBuildTask ( string path, string classToRun, IList methodsToRun ) : string

Builds an assembly from a source folder. Currently this only works with .cs files

Executes a DLL.

FindBuildClasses ( string path ) : IEnumerable

비공개 메소드들

메소드 설명
StartRun ( Assembly assemblyInstance, Type t, IList methodsToRun ) : string

메소드 상세

BuildAssemblyFromSources() 공개 정적인 메소드

public static BuildAssemblyFromSources ( string path, string baseDirectory ) : string
path string
baseDirectory string
리턴 string

DoAllMethodsExistInType() 공개 정적인 메소드

public static DoAllMethodsExistInType ( Type type, IList methodsToRun ) : bool
type System.Type
methodsToRun IList
리턴 bool

ExecuteBuildTask() 공개 정적인 메소드

Builds an assembly from a source folder. Currently this only works with .cs files Executes a DLL.
public static ExecuteBuildTask ( string path, string classToRun, IList methodsToRun ) : string
path string The path to the source files
classToRun string
methodsToRun IList
리턴 string

FindBuildClasses() 공개 정적인 메소드

public static FindBuildClasses ( string path ) : IEnumerable
path string
리턴 IEnumerable