Click or drag to resize

DiagnosticsInformationGetInstalledFrameworkVersions Method

Gets a list of installed framework versions.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IReadOnlyList<Version> GetInstalledFrameworkVersions()

Return Value

Type: IReadOnlyListVersion
A list of installed framework versions.
See Also