AssemblyBuilder.FullName Свойство
Определение
Получает отображаемое имя текущей динамической сборки.Gets the display name of the current dynamic assembly.
public:
virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String
Значение свойства
Отображаемое имя текущей динамической сборки.The display name of the dynamic assembly.
Комментарии
AssemblyNameОписание формата отображаемого имени сборки см. в разделе.See AssemblyName for a description of the format of the display name of an assembly.