TypeBuilder.AssemblyQualifiedName 属性
定义
返回由程序集的显示名称限定的此类型的全名。Returns the full name of this type qualified by the display name of the assembly.
public:
virtual property System::String ^ AssemblyQualifiedName { System::String ^ get(); };
public override string? AssemblyQualifiedName { get; }
public override string AssemblyQualifiedName { get; }
member this.AssemblyQualifiedName : string
Public Overrides ReadOnly Property AssemblyQualifiedName As String
属性值
只读。Read-only. 由程序集的显示名称限定的此类型的全名。The full name of this type qualified by the display name of the assembly.
注解
返回的字符串的格式是 () 类型的完整名称 FullName 与程序集的显示名称 AssemblyName.FullName (以逗号和空格分隔) () 的显示名称的串联。The format of the returned string is the concatenation of the full name of the type (FullName) and the display name of the assembly (AssemblyName.FullName), separated by a comma and a space.
AssemblyName有关程序集显示名称的格式的说明,请参阅。See AssemblyName for a description of the format of the display name of an assembly.
版本信息Version Information
在 .NET Framework 版本1.0 和1.1 中,此属性的值不包括区域性或公钥。In the .NET Framework versions 1.0 and 1.1, the value of this property does not include the culture or public key.