Method UnregisterAssemblies
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
extensionstringProject's default file extension, like ".cs".
technologyTechnologyEnvironmentSpecifies technology environment.
projectNamestringProject's name to process.
UnregisterAssemblies(IScriptEdit, string[])
Unregisters assemblies from the project.
public static void UnregisterAssemblies(this IScriptEdit edit, string[] assemblies)
Parameters
editIScriptEditIScriptEdit that contains the source code.
assembliesstring[]List of references to unregister.