Метод | Описание | |
---|---|---|
BuildAssemblyFromSources ( string path, string baseDirectory ) : string | ||
DoAllMethodsExistInType ( |
||
ExecuteBuildTask ( string path, string classToRun, IList |
Builds an assembly from a source folder. Currently this only works with .cs files Executes a DLL.
|
|
FindBuildClasses ( string path ) : IEnumerable |
Метод | Описание | |
---|---|---|
StartRun ( |
public static BuildAssemblyFromSources ( string path, string baseDirectory ) : string | ||
path | string | |
baseDirectory | string | |
Результат | string |
public static DoAllMethodsExistInType ( |
||
type | ||
methodsToRun | IList |
|
Результат | bool |
public static ExecuteBuildTask ( string path, string classToRun, IList |
||
path | string | The path to the source files |
classToRun | string | |
methodsToRun | IList |
|
Результат | string |
public static FindBuildClasses ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |