Class CompileHelper
Class helper for compile source code with path of assemblies
Inheritance
System.Object
CompileHelper
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public static class CompileHelper
Methods
GenerateAssemblyInMemory(String, String[])
Generate a assembly in memory with some source code and several path for additional assemblies
Declaration
public static Assembly GenerateAssemblyInMemory(string sourceCode, params string[] assemblyPaths)
Parameters
Type | Name | Description |
---|---|---|
System.String | sourceCode | |
System.String[] | assemblyPaths |
Returns
Type | Description |
---|---|
System.Reflection.Assembly |