Compilation.AssemblyName Property

Definition

Simple assembly name, or null if not specified.

public:
 property System::String ^ AssemblyName { System::String ^ get(); };
public string AssemblyName { get; }
public string? AssemblyName { get; }
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String

Property Value

Remarks

The name is used for determining internals-visible-to relationship with referenced assemblies.

If the compilation represents an assembly the value of AssemblyName is its simple name.

Unless ModuleName specifies otherwise the module name written to metadata is AssemblyName with an extension based upon OutputKind.

Applies to