Compilation.AssemblyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.