ProjectInfo.WithAssemblyName(String) メソッド

定義

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

パラメーター

assemblyName
String

戻り値

適用対象