Forex_Strategy_Builder.Indicator_Compilation_Manager.Indicator_Compilation_Manager C# (CSharp) Method

Indicator_Compilation_Manager() public method

Constructor.
public Indicator_Compilation_Manager ( ) : System
return System
        public Indicator_Compilation_Manager()
        {
            compiler = new CSharp_Compiler();

            foreach (Assembly assembly in GetReferencedAndInitialAssembly(Assembly.GetEntryAssembly()))
            {
                compiler.AddReferencedAssembly(assembly);
            }
        }