Table of Contents

Method RegisterDefaultAssemblies

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

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

edit IScriptEdit

IScriptEdit that contains the source code.

technology TechnologyEnvironment

Specifies technology environment.

keepExisting bool

Specifies whether existing assemblies should be preserved.