Show / Hide Table of Contents

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

| Edit this page View Source

CompileSource(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
Assembly

compiled assembly

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com