Method RegisterDefaultAssemblies
RegisterDefaultAssemblies(IScriptEdit, TechnologyEnvironment, bool)
Registers default assemblies in the project.
public static void RegisterDefaultAssemblies(this IScriptEdit edit, TechnologyEnvironment technology = TechnologyEnvironment.WindowsForms, bool keepExisting = false)
Parameters
editIScriptEditIScriptEdit that contains the source code.
technologyTechnologyEnvironmentSpecifies technology environment.
keepExistingboolSpecifies whether existing assemblies should be preserved.