AssemblyBuilder.FullName 属性

定义

获取当前动态程序集的显示名称。

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

属性值

String

动态程序集的显示名称。

注解

有关程序集的显示名称格式的说明,请参阅 AssemblyName

适用于