Table of Contents

Constructor CodeEnvironment

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v9.dll

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