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
referencesstring[]List of assembly names.
projectIdProjectIdSpecifies project to add references to.
targetFrameworkTargetFrameworkSpecifies target framework.
Returns
- bool
True if succeed otherwise false.