NamespaceMapEntry.AssemblyName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置包含 CLR 命名空间中类型的程序集名称。
public:
property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String
属性值
程序集名称。
例外
AssemblyName 值将设置为 null
。
注解
对 使用“简单名称”窗体 AssemblyName。 特别是,不要指定完整路径,也不要包括文件扩展名。 这类似于 可能由 AssemblyName.Name报告的形式。