TypeProvider.GetAssemblyName(Type) 方法

定义

返回在其中声明指定类型的程序集的程序集显示名称。

public:
 System::String ^ GetAssemblyName(Type ^ type);
public string GetAssemblyName (Type type);
member this.GetAssemblyName : Type -> string
Public Function GetAssemblyName (type As Type) As String

参数

type
Type

要获取其程序集名称的类型。

返回

在其中声明指定类型的程序集的程序集显示名称。

适用于