Show / Hide Table of Contents

Class CompileHelper

Class helper for compile source code with path of assemblies

Inheritance
System.Object
CompileHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Utils
Assembly: FastReport.OpenSource.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
Back to top Generated by DocFX