Click or drag to resize

DiagnosticsInformationInstalledFrameworkVersions Property

Gets the installed framework versions.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<Version> InstalledFrameworkVersions { get; }

Property Value

Type: IReadOnlyListVersion
The installed framework versions.
See Also