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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.