Method RegisterAssemblies
RegisterAssemblies(string[], ProjectId, TargetFramework)
When implemented by a class, replaces assemblies in the project with new ones.
bool RegisterAssemblies(string[] references, ProjectId projectId = null, TargetFramework targetFramework = null)
Parameters
references
string[]List of assembly names.
projectId
ProjectIdSpecifies project to add references to.
targetFramework
TargetFrameworkSpecifies target framework.
Returns
- bool
True if succeed otherwise false.