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