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

取得するアセンブリ名の型。

戻り値

String

指定した型が宣言されているアセンブリの表示名。

適用対象