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
globalItems
IEnumerable<IScriptGlobalItem>modulesSearchPaths
IList<string>imports
IList<string>references
IList<string>technology
TechnologyEnvironment