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
references
string[]List of assembly names.
projectId
ProjectIdSpecifies project to remove references from.
targetFramework
TargetFrameworkSpecifies target framework.
Returns
- bool
True if succeed otherwise false.