Table of Contents

Method RegisterDefaultAssemblies

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

RegisterDefaultAssemblies(TechnologyEnvironment, bool, bool)

Registers default assemblies in the project.

public virtual void RegisterDefaultAssemblies(TechnologyEnvironment technology = TechnologyEnvironment.WindowsForms, bool keepExisting = false, bool minimal = false)

Parameters

technology TechnologyEnvironment

Specifies technology environment.

keepExisting bool

Specifies whether existing assemblies should be preserved.

minimal bool

In case of .NET Core, adds minimal set of references