DiagnosticsInformationInstalledFrameworkVersions Property |
Gets the installed framework versions.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IReadOnlyList<Version> InstalledFrameworkVersions { get; }
Property Value
Type:
IReadOnlyListVersionThe installed framework versions.
See Also