IMultitargetHelperService.GetAssemblyQualifiedName(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Résout un type de la version cible de .NET Framework en un nom qualifié d'assembly.
public:
System::String ^ GetAssemblyQualifiedName(Type ^ type);
public string GetAssemblyQualifiedName (Type type);
abstract member GetAssemblyQualifiedName : Type -> string
Public Function GetAssemblyQualifiedName (type As Type) As String
Paramètres
- type
- Type
Type à résoudre.
Retours
AssemblyQualifiedName pour type dans la version cible de .NET Framework.