Click or drag to resize

ClrInfo Class

This static class contains methods to investigate the installed .NET framework versions.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.WindowsClrInfo

Namespace:  Mastersign.Bench.Windows
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class ClrInfo

The ClrInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInstalledVersions
Gets the version number of all installed .NET framework versions.
Public methodStatic memberIsVersionSupported
Checks whether the given .NET framework version is supported and installed under the current Windows system.
Top
See Also