Table of Contents

Method UnregisterAssemblies

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

UnregisterAssemblies(string, TechnologyEnvironment, string)

Resets project assemblies to the default (most frequently used) collection.

public static void UnregisterAssemblies(string extension, TechnologyEnvironment technology = TechnologyEnvironment.WindowsForms, string projectName = null)

Parameters

extension string

Project's default file extension, like ".cs".

technology TechnologyEnvironment

Specifies technology environment.

projectName string

Project's name to process.

UnregisterAssemblies(IScriptEdit, string[])

Unregisters assemblies from the project.

public static void UnregisterAssemblies(this IScriptEdit edit, string[] assemblies)

Parameters

edit IScriptEdit

IScriptEdit that contains the source code.

assemblies string[]

List of references to unregister.