Method UnregisterAssemblies
UnregisterAssemblies(string[], ProjectId, TargetFramework)
When implemented by a class, unregisters assemblies from the project.
bool UnregisterAssemblies(string[] references, ProjectId projectId = null, TargetFramework targetFramework = null)
Parameters
referencesstring[]List of assembly names.
projectIdProjectIdSpecifies project to remove references from.
targetFrameworkTargetFrameworkSpecifies target framework.
Returns
- bool
True if succeed otherwise false.