Share via


Project.WithAssemblyName(String) Method

Definition

Creates a new instance of this project updated to have the new assembly name.

public:
 Microsoft::CodeAnalysis::Project ^ WithAssemblyName(System::String ^ assemblyName);
public Microsoft.CodeAnalysis.Project WithAssemblyName (string assemblyName);
member this.WithAssemblyName : string -> Microsoft.CodeAnalysis.Project
Public Function WithAssemblyName (assemblyName As String) As Project

Parameters

assemblyName
String

Returns

Applies to