NamespaceMapEntry.AssemblyName 属性

定义

获取或设置包含 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报告的形式。

适用于

另请参阅