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.