| 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
)
Public Shared Function IsVersionSupported (
v As Version
) As Boolean
Parameters
- v
- Type: SystemVersion
The .NET framework version required.
Return Value
Type:
Booleantrue if the installed .NET framework can support
the requested .NET framework version; othwise
false.
See Also