Method UnregisterAssembly
UnregisterAssembly(string, ProjectId, TargetFramework)
When implemented by a class, unregisters assembly from the project.
bool UnregisterAssembly(string name, ProjectId projectId = null, TargetFramework targetFramework = null)
Parameters
name
stringAssembly name.
projectId
ProjectIdSpecifies project to remove reference from.
targetFramework
TargetFrameworkSpecifies target framework.
Returns
- bool
True if assembly has been unregistered, otherwise false.