Class DynamicCompile
Helper class to dynamically compile C# source code
Inheritance
object
DynamicCompile
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public class DynamicCompile
Methods
| Improve this Doc View SourceCompileSource(string, MetadataReference[])
Compile C# source code
Declaration
public static Assembly CompileSource(string sourcePath, MetadataReference[] moreReferences = null)
Parameters
Type | Name | Description |
---|---|---|
string | sourcePath | path to source |
MetadataReference[] | moreReferences | additional library references |
Returns
Type | Description |
---|---|
System.Reflection.Assembly | compiled assembly |