Condividi tramite


TargetFrameworkAttribute.FrameworkName Proprietà

Definizione

Ottiene il nome della versione .NET in base alla quale è stato compilato un particolare assembly.

public:
 property System::String ^ FrameworkName { System::String ^ get(); };
public string FrameworkName { get; }
member this.FrameworkName : string
Public ReadOnly Property FrameworkName As String

Valore della proprietà

Nome della versione .NET con cui è stato compilato l'assembly.

Commenti

La FrameworkName proprietà esegue il frameworkName mapping al parametro del TargetFrameworkAttribute costruttore. Rappresenta la versione di .NET in un formato compatto e in genere corrisponde alla stringa restituita dal FrameworkName.ToString metodo .

Si applica a

Vedi anche