TargetFrameworkAttribute.FrameworkName Propriété
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.
Obtient le nom de la version de .NET sur laquelle un assembly particulier a été compilé.
public:
property System::String ^ FrameworkName { System::String ^ get(); };
public string FrameworkName { get; }
member this.FrameworkName : string
Public ReadOnly Property FrameworkName As String
Valeur de propriété
Nom de la version .NET avec laquelle l’assembly a été compilé.
Remarques
La FrameworkName propriété est mappée au frameworkName
paramètre du TargetFrameworkAttribute constructeur. Elle représente la version de .NET sous forme compacte et correspond généralement à la chaîne retournée par la FrameworkName.ToString méthode .