Constructor CodeEnvironment
CodeEnvironment(IEnumerable<IScriptGlobalItem>, IList<string>, IList<string>, IList<string>, TechnologyEnvironment)
public CodeEnvironment(IEnumerable<IScriptGlobalItem> globalItems, IList<string> modulesSearchPaths, IList<string> imports = null, IList<string> references = null, TechnologyEnvironment technology = TechnologyEnvironment.System)
Parameters
globalItemsIEnumerable<IScriptGlobalItem>modulesSearchPathsIList<string>importsIList<string>referencesIList<string>technologyTechnologyEnvironment