C# Class Weaver.Util.DotNetCompiler

ファイルを表示 Open project: FloodProject/flood

Public Methods

Method Description
CompileIntoAssembly ( string outputPath, IEnumerable references, List files ) : void

Method Details

CompileIntoAssembly() public static method

public static CompileIntoAssembly ( string outputPath, IEnumerable references, List files ) : void
outputPath string
references IEnumerable
files List
return void