Click or drag to resize

ClrInfoIsVersionSupported Method

Checks whether the given .NET framework version is supported and installed under the current Windows system.

Namespace:  Mastersign.Bench.Windows
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static bool IsVersionSupported(
	Version v
)

Parameters

v
Type: SystemVersion
The .NET framework version required.

Return Value

Type: Boolean
true if the installed .NET framework can support the requested .NET framework version; othwise false.
See Also