RuntimeInformation.FrameworkDescription Proprietà

Definizione

Ottiene il nome dell'installazione di .NET in cui viene eseguita un'app.

public:
 static property System::String ^ FrameworkDescription { System::String ^ get(); };
public static string FrameworkDescription { get; }
static member FrameworkDescription : string
Public Shared ReadOnly Property FrameworkDescription As String

Valore della proprietà

Nome dell'installazione di .NET in cui viene eseguita l'app.

Commenti

La proprietà restituisce una stringa che indica il nome dell'implementazione .NET attualmente in esecuzione. La stringa inizia con una delle descrizioni seguenti, in genere seguita dalla versione corrente:

  • ".NET" (per .NET 5 e versioni successive)
  • ".NET Core" (per .NET Core 1.0 - 3.1)
  • ".NET Framework"
  • ".NET Native"

Si applica a