Compilation.WithAssemblyName(String) Method

Definition

Creates a compilation with the specified assembly name.

public Microsoft.CodeAnalysis.Compilation WithAssemblyName (string assemblyName);
public Microsoft.CodeAnalysis.Compilation WithAssemblyName (string? assemblyName);

Parameters

assemblyName
String

The new assembly name.

Returns

A new compilation.

Applies to