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
TechnologyEnvironmentSpecifies technology environment.
keepExisting
boolSpecifies whether existing assemblies should be preserved.
minimal
boolIn case of .NET Core, adds minimal set of references