Return all the Installed .Net Framework version.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property InstalledFrameworkVersions As String()
	Get
C#
public static string[] InstalledFrameworkVersions { get; }

Return Value

See Also