IMultitargetHelperService.GetAssemblyQualifiedName(Type) メソッド

定義

ターゲット フレームワークの型をアセンブリ修飾名に解決します。

public:
 System::String ^ GetAssemblyQualifiedName(Type ^ type);
public string GetAssemblyQualifiedName(Type type);
abstract member GetAssemblyQualifiedName : Type -> string
Public Function GetAssemblyQualifiedName (type As Type) As String

パラメーター

type
Type

解決する型。

返品

ターゲット フレームワークでのAssemblyQualifiedNametype

適用対象