Method RegisterDefaultAssemblies
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.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
technologyTechnologyEnvironmentSpecifies technology environment.
keepExistingboolSpecifies whether existing assemblies should be preserved.
minimalboolIn case of .NET Core, adds minimal set of references